aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-mesh-profiler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c
index 245df27f9..dd232895b 100644
--- a/src/mesh/gnunet-mesh-profiler.c
+++ b/src/mesh/gnunet-mesh-profiler.c
@@ -404,6 +404,8 @@ adjust_running_peers (unsigned int target)
404 op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r], 404 op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r],
405 "mesh", NULL, NULL, run); 405 "mesh", NULL, NULL, run);
406 GNUNET_break (NULL != op); 406 GNUNET_break (NULL != op);
407 peers_running += run ? 1 : -1;
408 GNUNET_assert (peers_running > 0);
407 } 409 }
408} 410}
409 411