mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-08 08:07:10 +02:00
CLEANUP: acl: integer part of acl_test is not used anymore
This commit is contained in:
parent
f4362b3e3b
commit
31d1b01211
@ -240,7 +240,6 @@ struct acl_pattern {
|
|||||||
* retrieving a value, and an acl_match_* function responsible for testing it.
|
* retrieving a value, and an acl_match_* function responsible for testing it.
|
||||||
*/
|
*/
|
||||||
struct acl_test {
|
struct acl_test {
|
||||||
int i; /* integer value */
|
|
||||||
char *ptr; /* pointer to beginning of value */
|
char *ptr; /* pointer to beginning of value */
|
||||||
int len; /* length of value at ptr, otherwise ignored */
|
int len; /* length of value at ptr, otherwise ignored */
|
||||||
int flags; /* ACL_TEST_F_* set to 0 on first call */
|
int flags; /* ACL_TEST_F_* set to 0 on first call */
|
||||||
|
Loading…
Reference in New Issue
Block a user