]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stats: move a misplaced stats context initialization
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2016 11:33:47 +0000 (12:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2016 18:40:13 +0000 (19:40 +0100)
commitd25fc79d72ad5fa33217cc2f1c232647d456b60c
treef7123c91f09e34a24437b3d841b56d67bca76a5e
parentebec3519b00eac6eb38558933db226af1d27e1ad
CLEANUP: stats: move a misplaced stats context initialization

This is a leftover from the cleanup campaign, the stats scope was still
initialized by the CLI instead of being initialized by the stats keyword
parsers. This should probably be backported to 1.7 to make the code more
consistent.
src/cli.c
src/stats.c