remove debug break
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 26 Mar 2014 11:02:57 +0000 (11:02 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 26 Mar 2014 11:02:57 +0000 (11:02 +0000)
src/transport/gnunet-service-transport_neighbours.c

index 5cdeb621a1d5912dbab37d0bdd2ec41c7c892589..af1c4372e476642dcd936a9466240e8ba1dfd66b 100644 (file)
@@ -3179,7 +3179,6 @@ master_task (void *cls,
       GNUNET_ATS_address_destroyed (GST_ats, n->primary_address.address, NULL);
 
       /* Remove address and request and additional one */
-      GNUNET_break (0);
       unset_primary_address (n);
       set_state_and_timeout (n, GNUNET_TRANSPORT_PS_INIT_ATS,
           GNUNET_TIME_relative_to_absolute (ATS_RESPONSE_TIMEOUT));