]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: only report a warning when stats sockets are bound to more than 1...
authorWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 16:48:46 +0000 (18:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 17:16:26 +0000 (19:16 +0200)
commit67c2abc2f37c8762dd42ea484543a60b3b2987bd
treee008f6754c6a21b70369232f695164a61aced4ec
parentae30253c2714a67c3be4b142d61dbd4dac3c2240
MINOR: config: only report a warning when stats sockets are bound to more than 1 process

Till now a warning was emitted if the "stats bind-process" was not
specified when nbproc was greater than 1. Now we can be much finer
and only emit a warning when at least of the stats socket is bound
to more than one process at a time.
src/cfgparse.c