commit | a5e375646cf5cb07b9a6904e1771af0dddc70e7f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 16 17:06:15 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 30 17:33:26 2011 +0100 |
tree | 32b41a5ae8e89a744e5bae1a96092bab464c392b | |
parent | b666bc7d51567ed0cb0620606fabbc396c0daedf [diff] |
MEDIUM: acl: use temp_pattern to store any integer-type information All ACL fetches which return integer value now store the result into the temporary pattern struct. All ACL matches which rely on integer also get their value there. Note: the pattern data types are not set right now.