]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: acl: correctly resolve all args, not just the first one
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 22:47:36 +0000 (23:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 22:47:36 +0000 (23:47 +0100)
commit7d1df411711ff7aa2943847fdb606a6d1b9966c4
treeb522f6e316070b96348a59f6d2d164a1e636fab5
parent87c208b2c592503e21aaf23f43ba6988de63a92c
BUG/MEDIUM: acl: correctly resolve all args, not just the first one

Since 1.5-dev9, ACLs support multiple args. The changes performed in
acl_find_targets() were bogus as they were not always applied to the
current argument being processed, but sometimes to the first one only.

Fortunately till now, all ACLs which support resolvable arguments have
it in the first place only, so there was no impact.
src/acl.c