aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse')
-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 850817bdd..cd1e147ad 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -843,7 +843,7 @@ next_round (void *cls,
843 843
844 /* stop peers if we have too many */ 844 /* stop peers if we have too many */
845 for (i=num_peers_in_round[current_round];i<peers_running;i++) 845 for (i=num_peers_in_round[current_round];i<peers_running;i++)
846 GNUNET_TESTBED_peer_stop (daemons[i], NULL, NULL); 846 GNUNET_TESTBED_peer_stop (NULL, daemons[i], NULL, NULL);
847} 847}
848 848
849 849