]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: set the appctx flags when initializing the applet only
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Oct 2019 09:00:22 +0000 (11:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Oct 2019 09:30:07 +0000 (11:30 +0200)
commit578d6e436058ae4a5cb88e716a8885231223ab95
tree0fa2d4850946def051eec3940ee1d2cf8215eaf3
parent676c29e3ae3505dc3f3817af4ac39a1ba7ecc918
MINOR: stats: set the appctx flags when initializing the applet only

When "show stat" is emitted on the CLI, we need to set the relevant
flags on the appctx. We must not re-adjust them while dumping a proxy.
src/stats.c