]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:45:53 +0000 (16:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:28 +0000 (16:59 +0100)
commit30e5e18bbbfa5e1b38a29a139a782e637318705d
tree0611ddc58e83fa49576bfbe3223a51e632d80fc7
parent419085656b35f4f2211b13948364b3359ac79c01
CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers

Now it's not needed anymore to set STAT_ST_INIT nor CLI_ST_CALLBACK
in the parsers, remove it in the various places.
src/cli.c
src/dns.c
src/map.c
src/proto_http.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c