]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] acl: make use of get_std_op() to parse intger ranges
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Jul 2010 08:46:33 +0000 (10:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 12:03:40 +0000 (14:03 +0200)
commit1c7cc5bf9554868c05f3fc1b7dc156f06e14908c
tree2bc44ca7d7cdf6b12cecf5da1dcdf6a9a5c01c2e
parent5b1802020126d10cb1ac3f84fc851fd00f207c9c
[MEDIUM] acl: make use of get_std_op() to parse intger ranges

Using the common operator parser for the ACLs saves about 1.5 kB of code.
src/acl.c