MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Sep 2017 12:38:56 +0000 (14:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commit1b421eab872384a56976059a8642f8a94aba367f
tree8cb649bc6518115d41af5a7de1f63fa53b171fe0
parente4e830d909cb224e39c672df5fffbd02de448704
MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond

So it is possible to use anothers ACLs to build ACL conditions than those of
proxies.
include/proto/acl.h
src/acl.c
src/cfgparse.c
src/proto_http.c
src/tcp_rules.c