Don't call terminate_connection(myself->connection).
[oweals/tinc.git] / src / net_setup.c
index cbd3954cbfb675fb85b672006185a3b6fb917dda..30e6f848a68c4ea4828fc02828267fade412386d 100644 (file)
@@ -1154,8 +1154,7 @@ void close_network_connections(void) {
 
        if(myself && myself->connection) {
                subnet_update(myself, NULL, false);
-               terminate_connection(myself->connection, false);
-               free_connection(myself->connection);
+               connection_del(myself->connection);
        }
 
        for(int i = 0; i < listen_sockets; i++) {