gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16184 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r16184 - gnunet/src/testing
Date: Mon, 25 Jul 2011 19:52:26 +0200

Author: nevans
Date: 2011-07-25 19:52:26 +0200 (Mon, 25 Jul 2011)
New Revision: 16184

Modified:
   gnunet/src/testing/testing.c
Log:
set to null

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2011-07-25 15:42:15 UTC (rev 16183)
+++ gnunet/src/testing/testing.c        2011-07-25 17:52:26 UTC (rev 16184)
@@ -819,7 +819,7 @@
                 d->cfg,
                 d,
                 (NULL == d->hostname)
-                ? _("`gnunet-arm' does not seem to terminate.\n")
+                ? _("`gnunet-arm' terminated with non-zero exit status (or 
timed out)!\n")
                 : _("`ssh' does not seem to terminate.\n"));
           return;
         }
@@ -1076,6 +1076,7 @@
     }
   d->phase = SP_SERVICE_START;
   GNUNET_free(d->churned_services);
+  d->churned_services = NULL;
 
   /* Check if this is a local or remote process */
   if (NULL != d->hostname)




reply via email to

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