]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: Remove the flag "PAT_F_FROM_FILE".
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 11 Feb 2014 15:19:46 +0000 (16:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commit66eb9bf69177f8be3b92c52cae707382affa2060
tree9a51d34d745e9264685d5c1c17a700b742356f55
parentfc7ac7b89c7a9148cd1cd85db4e4f79f8ee8d704
MINOR: pattern: Remove the flag "PAT_F_FROM_FILE".

This flag is no longer used. The last place using this, are the display
of the result of pattern matching in the cli command "get map" or "get
acl".

The first parameter of this command is the reference of the file used to
perform the lookup.
include/types/pattern.h
src/acl.c
src/dumpstats.c