commit | 7bf20caacca1030ca4b8d36e8e44ec5bdce5088f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 03 17:02:03 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:35 2022 +0200 |
tree | 2b2bf56be1dc215b04a78f0c7c4ced1c9b8d32fe | |
parent | ce9123c005710c6f06c7df57524db4341ce79e2c [diff] |
CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part Historically the CLI was a second access to the stats and we've continued to initialize only the stats part when initializing the CLI. Let's make sure we do that on the whole ctx instead. It's probably not more needed at all nowadays but better stay on the safe side.