Merge branch 'keysegfault' of https://github.com/dechamps/tinc into 1.1

This commit is contained in:
Guus Sliepen 2014-07-12 22:25:55 +02:00
commit 19e42b76f5

View file

@ -1141,7 +1141,8 @@ void close_network_connections(void) {
if (device_fd >= 0)
io_del(&device_io);
devops.close();
if (devops.close)
devops.close();
exit_control();