commit | 9baae63d8d20067f97a7263e6317639e09fef800 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 11 17:06:15 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 03 02:12:59 2013 +0200 |
tree | c3f4b2739dcaea8457b2ecd06c9965d44f1568a1 | |
parent | c48c90dfa5ea4f3b12e0149df299b20855591c0c [diff] |
MAJOR: acl: remove fetch argument validation from the ACL struct ACL fetch being inherited from the sample fetch keyword, we don't need anymore to specify what function to use to validate the fetch arguments. Note that the job is still done in the ACL parsing code based on elements from the sample fetch structs.