commit | 07d4e6dc3732810e3ba6b9817f6da701f9a5fafc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 01 19:13:41 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 23 11:02:24 2015 +0200 |
tree | bd9aee8324cde594bbe29f2f9596c0a3b4fa28b2 | |
parent | cdb5e9231b68d7099066bc985a4a3c455ba94eb4 [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. (cherry picked from commit f83d3fe00a7d8b90ead5924faca1e4b6df362aec)