]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: Check if the file reference is not used with acl and map
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 29 Jan 2014 11:32:58 +0000 (12:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commitc0bd9100ebd0b88fb24785db91d18950f1f9163b
tree3134d3088aa4476fd8e708c6f346df296660c1dc
parent39bef456fbb93d6cc1bc4edec8d3d970070f54e4
MINOR: pattern: Check if the file reference is not used with acl and map

The format of the acl file are not the same than the format of the map
files. In some case, the same file can be used, but this is ambiguous
for the user because the patterns are not the expected.
include/types/pattern.h
src/pattern.c