]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: init: stop any peers section not bound to the correct process
authorWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 17:13:41 +0000 (19:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 18:16:31 +0000 (20:16 +0200)
commitf83d3fe00a7d8b90ead5924faca1e4b6df362aec
treed614740d6ce50fe2a88d2e002d146bf9457f5efe
parent0fca4835b299c2172f53c01f997a9ee0d2d2389e
MEDIUM: init: stop any peers section not bound to the correct process

This will prevent the peers section from remaining in listen state on
the incorrect process. The peers_fe pointer is set to NULL, which will
tell the peers task to commit suicide if it was already scheduled.
src/haproxy.c