From ca5b30351d47c88f23a3975d317c247e58515f7b Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 17 Mar 2014 11:02:42 +0000 Subject: - fix run flag --- src/mesh/gnunet-mesh-profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c index 8fd2526b9..9d9e27e5b 100644 --- a/src/mesh/gnunet-mesh-profiler.c +++ b/src/mesh/gnunet-mesh-profiler.c @@ -409,7 +409,7 @@ adjust_running_peers (unsigned int target) GNUNET_SCHEDULER_cancel (peers[r].ping_task); peers[r].ping_task = GNUNET_SCHEDULER_NO_TASK; - peers[r].up = GNUNET_NO; + peers[r].up = run; op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r], "mesh", NULL, NULL, run); GNUNET_break (NULL != op); -- cgit v1.2.3