aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-09-14 16:29:22 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-09-14 16:29:22 +0000
commit30122860e307e69a34c309720c79f437f87e4459 (patch)
tree74dae2d7f033896f0098e7809054cc51b91362c3
parentc6d91ebcadccf38ad1e938d6e20ebcf7e094d9df (diff)
-fix
git-svn-id: https://gnunet.org/svn/gnunet@23822 140774ce-b5e7-0310-ab8b-a85725594a96
-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 a7ed54c576..5126071c27 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)
GNUNET_TESTBED_controller_disconnect (controller);
if (NULL != copro)
GNUNET_TESTBED_controller_stop (copro);
- while (0 > num_hosts)
+ while (0 < num_hosts)
GNUNET_TESTBED_host_destroy (hosts[--num_hosts]);
// FIXME: what about closing other files!?
if (NULL != data_file)