BUG/MINOR: acl: implicit arguments of ACL keywords were not properly resolved
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Oct 2013 17:10:06 +0000 (19:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Oct 2013 17:31:04 +0000 (19:31 +0200)
commit9ca6936c80cf02b37d6bcf2f58ef2bfdac0d52b2
treeb3fcf4d40833886fcd0564de009b9783b68ca365
parent472b1ee115f45129ea3fc19e26f85b3ec9715abe
BUG/MINOR: acl: implicit arguments of ACL keywords were not properly resolved

William Lallemand reported a bug which happens when an ACL keyword using an
implicit argument (eg: a proxy name) is used : the keyword is not properly
set in the arglist field, resulting in an error about the previous keyword
being returned, or "(null)" if the faulty ACL appears first.

The bug only affects error reporting and is 1.5-specific, so no backport is
nedeed.
src/acl.c