don't break unless debugging
authorNathan S. Evans <evans@in.tum.de>
Wed, 27 Jul 2011 16:10:41 +0000 (16:10 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 27 Jul 2011 16:10:41 +0000 (16:10 +0000)
src/nse/gnunet-service-nse.c

index ab54f868173329e87fc3da90ae1af154234c1b02..0df6975f5e054d9577eac63d1c16f95cb9dd992b 100644 (file)
@@ -923,7 +923,7 @@ update_flood_times (void *cls,
     {
       /* still stuck in previous round, no point to update, check that 
         we are active here though... */
-#if SEND_ON_CONNECT
+#if DEBUG_NSE
       GNUNET_break (peer_entry->transmit_task != GNUNET_SCHEDULER_NO_TASK);
 #endif
       return GNUNET_OK;