remove send on connect
authorNathan S. Evans <evans@in.tum.de>
Tue, 26 Jul 2011 13:38:27 +0000 (13:38 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 26 Jul 2011 13:38:27 +0000 (13:38 +0000)
src/nse/gnunet-service-nse.c

index 9acc07dd248f839908d121dca563d05269f76ca3..333c837765032b2eafbe5cf8aab330fbf8afd002 100644 (file)
@@ -916,7 +916,9 @@ 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
       GNUNET_break (peer_entry->transmit_task != GNUNET_SCHEDULER_NO_TASK);
+#endif
       return GNUNET_OK; 
     }
   if (peer_entry->transmit_task != GNUNET_SCHEDULER_NO_TASK)