From cb2a6d020ce422383dffda49636c6e6856e57847 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Sat, 22 Mar 2014 16:54:38 +0000 Subject: [PATCH] - fix --- src/mesh/gnunet-mesh-profiler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c index 5e2b08b28..5c07fba4b 100644 --- a/src/mesh/gnunet-mesh-profiler.c +++ b/src/mesh/gnunet-mesh-profiler.c @@ -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); -- 2.25.1