]> git.kaiwu.me - haproxy.git/commit
[CLEANUP] config: use build_acl_cond() instead of parse_acl_cond()
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 16:12:36 +0000 (17:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 16:12:36 +0000 (17:12 +0100)
commitef6494cb8c5a532777af5b7a17693fc8ea221556
treea0d5045dbb74ee205b4ed0c5e93761ad99079687
parent2bbba415d7d625c084995e2113bb5524dc5645f8
[CLEANUP] config: use build_acl_cond() instead of parse_acl_cond()

This allows to clean up the code a little bit by moving some of the
ACL internals out of the config parser.
src/cfgparse.c
src/proto_tcp.c