commit | 39bef456fbb93d6cc1bc4edec8d3d970070f54e4 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Wed Jan 29 13:29:45 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 17 18:06:08 2014 +0100 |
tree | 62cd87fe38c402318766cc98e449f4bc394bf272 | |
parent | 9356c6872716353ad00910920773b5af9434effb [diff] |
MINOR: pattern/map/acl: Centralization of the file parsers The acl and map function do the same work with the file parsing. This patch merge these code in only one. Note that the function map_read_entries_from_file() in the file "map.c" is moved to the the function pat_ref_read_from_file_smp() in the file "pattern.c". The code of this function is not modified, only the the name and the arguments order has changed.