Merge branch 'keysegfault' of https://github.com/dechamps/tinc into 1.1
This commit is contained in:
commit
19e42b76f5
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue