aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-03-18 14:01:42 +0000
committerBart Polot <bart@net.in.tum.de>2013-03-18 14:01:42 +0000
commit23dda19572e38c3f533b9b35167a090932e85f57 (patch)
tree11a10dc4062e56af9ef65623e7a34f230e6b37b3 /src/nse
parent27b01437bc64e1f730543c18e37ba3b2ce094639 (diff)
downloadgnunet-23dda19572e38c3f533b9b35167a090932e85f57.tar.gz
gnunet-23dda19572e38c3f533b9b35167a090932e85f57.zip
- fix compile
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