[MINOR] acl: provide the argument length for fetch functions
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 09:17:01 +0000 (11:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 09:17:01 +0000 (11:17 +0200)
commitbb76891d0ffa5f81a86e426f3e2680132a4ff971
tree211a62fa9841f86b33d4555dccb583e7a1d416dd
parentd41f8d85e84ff86c0e5d7a5496e5ad62563ba090
[MINOR] acl: provide the argument length for fetch functions

Some fetch() functions will require an argument (eg: header).
It's wise to provide the argument size to optimize string
comparisons.
include/types/acl.h
src/acl.c