gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23822 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r23822 - gnunet/src/nse
Date: Fri, 14 Sep 2012 18:29:22 +0200

Author: grothoff
Date: 2012-09-14 18:29:22 +0200 (Fri, 14 Sep 2012)
New Revision: 23822

Modified:
   gnunet/src/nse/gnunet-nse-profiler.c
Log:
-fix

Modified: gnunet/src/nse/gnunet-nse-profiler.c
===================================================================
--- gnunet/src/nse/gnunet-nse-profiler.c        2012-09-14 16:26:33 UTC (rev 
23821)
+++ gnunet/src/nse/gnunet-nse-profiler.c        2012-09-14 16:29:22 UTC (rev 
23822)
@@ -294,7 +294,7 @@
     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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]