CLEANUP: proxy/cli: make "show backend" only use the generic context
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 15:05:38 +0000 (17:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commitacf6a44908dad73a375edc5eac1c55bd0aebd5d1
tree36460805a69797e15ec168111acdba43ee589994
parentd741e9c4b1cb4e58fa8e965747de99b96cce7271
CLEANUP: proxy/cli: make "show backend" only use the generic context

Let's use appctx->svcctx instead of abusing cli.p0 to store the
current proxy being dumped.
src/proxy.c