From: Christian Grothoff Date: Sun, 23 Oct 2011 15:07:09 +0000 (+0000) Subject: if CONNECT failed, move to disconnected X-Git-Tag: initial-import-from-subversion-38251~16316 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4db8b7f55e29c77d107257386de1bf75062caee3;p=oweals%2Fgnunet.git if CONNECT failed, move to disconnected --- 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; } }