commit | f83d3fe00a7d8b90ead5924faca1e4b6df362aec | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 01 19:13:41 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 01 20:16:31 2015 +0200 |
tree | d614740d6ce50fe2a88d2e002d146bf9457f5efe | |
parent | 0fca4835b299c2172f53c01f997a9ee0d2d2389e [diff] |
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.