commit | 0f154ed1ef7e244860eba1c46b4238e877119bee | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 03 12:02:36 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:35 2022 +0200 |
tree | 182c8fb15571f29ca591e4379d3c80277b883157 | |
parent | 7849d4c912affed1e868bd90828b9fd898d93539 [diff] |
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.