gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25196 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r25196 - gnunet/src/mesh
Date: Mon, 3 Dec 2012 16:43:55 +0100

Author: harsha
Date: 2012-12-03 16:43:55 +0100 (Mon, 03 Dec 2012)
New Revision: 25196

Modified:
   gnunet/src/mesh/gnunet-regex-profiler.c
Log:
- fix

Modified: gnunet/src/mesh/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-regex-profiler.c     2012-12-03 15:42:42 UTC (rev 
25195)
+++ gnunet/src/mesh/gnunet-regex-profiler.c     2012-12-03 15:43:55 UTC (rev 
25196)
@@ -499,8 +499,8 @@
   if (NULL != hc_handles)
   {
     for (nhost = 0; nhost < num_hosts; nhost++)
-      if (NULL != hc_handles[num_hosts])
-        GNUNET_TESTBED_is_host_habitable_cancel (hc_handles[num_hosts]);
+      if (NULL != hc_handles[nhost])
+        GNUNET_TESTBED_is_host_habitable_cancel (hc_handles[nhost]);
     GNUNET_free (hc_handles);
     hc_handles = NULL;
   }
@@ -1752,8 +1752,8 @@
       fprintf (stderr, _("Host %s cannot start testbed\n"),
                          GNUNET_TESTBED_host_get_hostname (hosts[nhost]));
       for (nhost = 0; nhost < num_hosts; nhost++)
-        if (NULL != hc_handles[num_hosts])
-          GNUNET_TESTBED_is_host_habitable_cancel (hc_handles[num_hosts]);
+        if (NULL != hc_handles[nhost])
+          GNUNET_TESTBED_is_host_habitable_cancel (hc_handles[nhost]);
       GNUNET_free (hc_handles);
       hc_handles = NULL;
       break;


Property changes on: gnunet/src/mesh/gnunet-regex-profiler.c
___________________________________________________________________
Modified: svn:mergeinfo
## -1,2 +1,2 ##
 /branches/gnunet/mantis_0001616/src/mesh/gnunet-regex-profiler.c:13878-14093
-/gnunet/src/testbed/gnunet-testbed-profiler.c:25185
+/gnunet/src/testbed/gnunet-testbed-profiler.c:25185,25195
\ No newline at end of property



reply via email to

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