]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: acl: remove obsolete test in parse_acl_expr()
authorWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:04:27 +0000 (18:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:04:27 +0000 (18:04 +0100)
commit2049092f26efd83508b7d775f948e04ec0e1c532
tree335fe455ebe8550bc5099a29ab467be5c36e76ce
parente87cac16cc082fa43d5f65dd68e1244add7871c6
CLEANUP: acl: remove obsolete test in parse_acl_expr()

The ACL keyword returned by find_acl_kw() is checked for having a
valid ->parse() function. This dates back 2007 when ACLs were reworked
in order to differenciate old and new keywords. This check is
inappropriate and confusing since all keywords have a parser now.
src/acl.c