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)
commita1bd3a291379492c8ffecd53792065dc20a28c79
tree88ede6e37ea625684e514bacb43b0e6ae855fa76
parent483c5dcfb43719e5fd50902641252e28a04fd74e
Don't close control connections when handling a reload command.

Because this would terminate the connection while the control message
handler was still running, it would lead to a segmentation fault later
on.
src/net.c