gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31122 - gnunet/src/testing
Date: Thu, 5 Dec 2013 23:37:07 +0100

Author: grothoff
Date: 2013-12-05 23:37:06 +0100 (Thu, 05 Dec 2013)
New Revision: 31122

Modified:
   gnunet/src/testing/testing.c
Log:
-always initialize emsg_

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2013-12-05 22:25:56 UTC (rev 31121)
+++ gnunet/src/testing/testing.c        2013-12-05 22:37:06 UTC (rev 31122)
@@ -1224,7 +1224,10 @@
     ss = system->shared_services[cnt];
     ss_instances[cnt] = associate_shared_service (system, ss, cfg);
     if (NULL == ss_instances[cnt])
+    {
+      emsg_ = GNUNET_strdup ("FIXME");
       goto err_ret;
+    }
   }
   GNUNET_assert (GNUNET_OK ==
                  GNUNET_CONFIGURATION_get_value_filename




reply via email to

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