disco
authorChristian Grothoff <christian@grothoff.org>
Wed, 17 Feb 2010 14:00:07 +0000 (14:00 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 17 Feb 2010 14:00:07 +0000 (14:00 +0000)
src/transport/gnunet-service-transport.c

index abeaaab68fc73a95bba6bbf7d843016aebf97922..27e0fe0519fb4c5a47d6c622b1d5df262d20dcc3 100644 (file)
@@ -3085,6 +3085,8 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   struct OwnAddressList *al;
   struct CheckHelloValidatedContext *chvc;
 
+  while (neighbours != NULL)
+    disconnect_neighbour (neighbours, GNUNET_NO);
 #if DEBUG_TRANSPORT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Transport service is unloading plugins...\n");