fix for mantis 2356
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 May 2012 10:00:44 +0000 (10:00 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 May 2012 10:00:44 +0000 (10:00 +0000)
src/transport/gnunet-service-transport_neighbours.c

index 2ee73fec790853b6743d4e9e47869c7d610bfb82..652993651a905552092726bc613fbbfe668ce003 100644 (file)
@@ -2337,7 +2337,7 @@ master_task (void *cls,
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                "Cleaning up connection to `%s' after sending DISCONNECT\n",
                GNUNET_i2s (&n->id));
-    n->state = S_DISCONNECT_FINISHED;
+    //n->state = S_DISCONNECT_FINISHED;
     free_neighbour (n);
     return;
   case S_DISCONNECT_FINISHED: