We can safely delete a connection_t in terminate_connection() now.
[tinc] / src / net_socket.c
index ec774f6..3fea33e 100644 (file)
@@ -274,7 +274,6 @@ begin:
                if(!c->outgoing->cfg) {
                        ifdebug(CONNECTIONS) logger(LOG_ERR, _("Could not set up a meta connection to %s"),
                                           c->name);
-                       c->status.remove = true;
                        retry_outgoing(c->outgoing);
                        return;
                }