aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-14 16:29:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-14 16:29:22 +0000
commit8b4df3e98a2ddb4767127a57f6826c3090b08d3c (patch)
tree74dae2d7f033896f0098e7809054cc51b91362c3 /src/nse
parentb72e803c7a4e5c23d6876a19d138c7a9440ae71b (diff)
downloadgnunet-8b4df3e98a2ddb4767127a57f6826c3090b08d3c.tar.gz
gnunet-8b4df3e98a2ddb4767127a57f6826c3090b08d3c.zip
-fix
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 a7ed54c57..5126071c2 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -294,7 +294,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
294 GNUNET_TESTBED_controller_disconnect (controller); 294 GNUNET_TESTBED_controller_disconnect (controller);
295 if (NULL != copro) 295 if (NULL != copro)
296 GNUNET_TESTBED_controller_stop (copro); 296 GNUNET_TESTBED_controller_stop (copro);
297 while (0 > num_hosts) 297 while (0 < num_hosts)
298 GNUNET_TESTBED_host_destroy (hosts[--num_hosts]); 298 GNUNET_TESTBED_host_destroy (hosts[--num_hosts]);
299 // FIXME: what about closing other files!? 299 // FIXME: what about closing other files!?
300 if (NULL != data_file) 300 if (NULL != data_file)