- fix handling of duplicate incoming channel create with respect to queued retransmis...
[oweals/gnunet.git] / src / mesh / gnunet-mesh-profiler.c
index 5e2b08b28ca2760a4d352dc7aa675a7025498683..5c07fba4b75cc16249774cf76b858bbf9e043884 100644 (file)
@@ -226,7 +226,6 @@ static GNUNET_SCHEDULER_TaskIdentifier test_task;
  */
 static unsigned int current_round;
 
-
 /**
  * Do preconnect? (Each peer creates a tunnel to one other peer).
  */
@@ -1061,7 +1060,7 @@ main (int argc, char *argv[])
     return 1;
   }
 
-  do_warmup = (5 > argc || argv[4][0] == 'N');
+  do_warmup = (5 > argc || argv[4][0] != 'N');
 
   ids = GNUNET_CONTAINER_multipeermap_create (2 * peers_total, GNUNET_YES);
   GNUNET_assert (NULL != ids);