CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table"
authorWilly Tarreau <w@1wt.eu>
Tue, 3 May 2022 10:02:36 +0000 (12:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:35 +0000 (18:13 +0200)
commit0f154ed1ef7e244860eba1c46b4238e877119bee
tree182c8fb15571f29ca591e4379d3c80277b883157
parent7849d4c912affed1e868bd90828b9fd898d93539
CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table"

This state is pointless now, it just serves to initialize the initial
table pointer while this can be done more easily in the parser, so let's
do that and drop that state.
src/stick_table.c