commit | 122541c06aa450e6b5c8b5c4724f342179fd0990 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 07 21:24:49 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 07 22:47:43 2011 +0200 |
tree | 41dc937ef074f44d9f9ac909882c4cc62aef3204 | |
parent | ce8fe259b59c3f1007b08a40667b8a641baab37e [diff] |
[BUG] peers: don't keep a peers section which has a NULL frontend If a peers section has no peer named as the local peer, we must destroy it, otherwise a NULL peer frontend remains in the lists and a segfault can happen upon a soft restart. We also now report the missing peer name in order to help troubleshooting.