diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-14 16:29:22 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-14 16:29:22 +0000 |
commit | 30122860e307e69a34c309720c79f437f87e4459 (patch) | |
tree | 74dae2d7f033896f0098e7809054cc51b91362c3 | |
parent | c6d91ebcadccf38ad1e938d6e20ebcf7e094d9df (diff) |
-fix
git-svn-id: https://gnunet.org/svn/gnunet@23822 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/nse/gnunet-nse-profiler.c | 2 |
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) |