- removing break used for debugging
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 20 Feb 2012 12:27:46 +0000 (12:27 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 20 Feb 2012 12:27:46 +0000 (12:27 +0000)
src/transport/gnunet-service-transport_neighbours.c

index 181817602941a4876ff2e7348ece775f6f802924..47baea956280cea66f53d84103e0d5027c2ed9db 100644 (file)
@@ -499,7 +499,6 @@ reset_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
               GNUNET_i2s (&n->id), n, print_state(n->state), "S_NOT_CONNECTED", __LINE__);
 
   n->state = S_NOT_CONNECTED;
-  GNUNET_break (0);
 
   /* destroying address */
   if (n->address != NULL)