commit | 3a103c5a6ba99f856c953ccb9f90e1a8ad95bb57 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Fri Nov 22 17:33:27 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 02 23:31:33 2013 +0100 |
tree | b9973a72b2817c197f3cb40aa4c9fde5ec4f7b97 | |
parent | 319e495a96b58fd25ff9f2a05ec04688015c84d6 [diff] |
MINOR: acl: Extract the pattern parsing and indexation from the "acl_read_patterns_from_file()" function With this split, the pattern indexation can apply to any source. The map feature needs this functionality because the map cannot be loaded with the same file format as the ones supported by acl_read_patterns_from_file(). The code was only moved to its own function, no functional changes were made.