]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: remove unused tests for missing args when args are mandatory
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Apr 2012 09:37:56 +0000 (11:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:12 +0000 (20:57 +0200)
commit0146c2e873bcfd00bc9db952791edbe105268958
tree3adc7150ffcb62faded13ce030cdf8f45b71bb01
parentfc2c1fd44907b2977c82bc71275bc484824f9a0b
MEDIUM: acl: remove unused tests for missing args when args are mandatory

A number of ACL fetch methods use mandatory arguments (eg: proxy names) so
it's pointless to test for the presence of this argument now.
src/backend.c
src/frontend.c
src/session.c