aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/gnunet-nse-profiler.c')
-rw-r--r--src/nse/gnunet-nse-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 949006c2b..40c1f5d69 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -836,7 +836,7 @@ next_round (void *cls,
836 836
837 /* start peers if we have too few */ 837 /* start peers if we have too few */
838 for (i=peers_running;i<num_peers_in_round[current_round];i++) 838 for (i=peers_running;i<num_peers_in_round[current_round];i++)
839 GNUNET_TESTBED_peer_start (daemons[i], NULL, NULL); 839 GNUNET_TESTBED_peer_start (NULL, daemons[i], NULL, NULL);
840 840
841 /* stop peers if we have too many */ 841 /* stop peers if we have too many */
842 for (i=num_peers_in_round[current_round];i<peers_running;i++) 842 for (i=num_peers_in_round[current_round];i<peers_running;i++)