]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acl: Extract the pattern matching function
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 22 Nov 2013 17:03:42 +0000 (18:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Dec 2013 22:31:33 +0000 (23:31 +0100)
commit29d47b87c43ba59233ce6ab40c7ec8518e618489
treeb38b49a7fa684a2ce01f628114271f2defad7ff3
parent3a103c5a6ba99f856c953ccb9f90e1a8ad95bb57
MINOR: acl: Extract the pattern matching function

The map feature will need to match acl patterns. This patch extracts
the matching function from the global ACL function "acl_exec_cond".

The code was only moved to its own function, no functional changes were made.
include/proto/acl.h
src/acl.c