CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers"
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 14:38:13 +0000 (16:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit12d5228a447f233e7e8e51079113edb158b946ff
treee304d7db3cd7e66f0bd53e455e26b40438931785
parentdb933d6fdd4a48819f7567f5aec12ca30f9f220a
CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers"

The command uses this state but _INIT immediately turns to _LIST, which
turns to _FIN at the end without doing anything in that state, thus the
only existing state is _LIST so we don't need to store a state. Let's
just get rid of it.
src/resolvers.c