fix for 0002463
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 26 Jun 2012 14:45:47 +0000 (14:45 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 26 Jun 2012 14:45:47 +0000 (14:45 +0000)
src/transport/gnunet-service-transport_neighbours.c

index 6c3486691a8294148debda664a4c40ea3c30ccac..39848f8a3ac3208d1e3d008e7055c53323d756a5 100644 (file)
@@ -2518,7 +2518,6 @@ master_task (void *cls,
                "Cleaning up connection to `%s' after sending DISCONNECT\n",
                GNUNET_i2s (&n->id));
     free_neighbour (n, GNUNET_NO);
-    n->state = S_DISCONNECT_FINISHED;
     return;
   case S_DISCONNECT_FINISHED:
     /* how did we get here!? */