From 4db8b7f55e29c77d107257386de1bf75062caee3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 23 Oct 2011 15:07:09 +0000 Subject: [PATCH] if CONNECT failed, move to disconnected --- src/transport/gnunet-service-transport_neighbours.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index 2530744e0..bd86fcdbd 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -649,6 +649,7 @@ send_connect_continuation (void *cls, n->addr, n->addrlen, NULL); + disconnect_neighbour (n); return; } } -- 2.25.1