Don't close control connections when handling a reload command.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 26 Feb 2012 15:56:53 +0000 (16:56 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 26 Feb 2012 15:56:53 +0000 (16:56 +0100)
Because this would terminate the connection while the control message
handler was still running, it would lead to a segmentation fault later
on.


No differences found