commit | f853c46bc3fb3a14629157c545dc31ca55636c3c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 23 18:53:56 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:14 2012 +0200 |
tree | 1383a56eb61e50ba65c726ed74541289719dd429 | |
parent | 3740635b88b257efa204a854750a931825271092 [diff] |
MEDIUM: pattern/acl: get rid of temp_pattern in ACLs This one is not needed anymore as we can return the data and its type in the sample provided by the caller. ACLs now always return the proper type. BOOL is already returned when the result is expected to be processed as a boolean. temp_pattern has been unexported now.