gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25412 - gnunet/src/testing
Date: Wed, 12 Dec 2012 10:54:00 +0100

Author: grothoff
Date: 2012-12-12 10:54:00 +0100 (Wed, 12 Dec 2012)
New Revision: 25412

Modified:
   gnunet/src/testing/gnunet-testing.c
Log:
-fix

Modified: gnunet/src/testing/gnunet-testing.c
===================================================================
--- gnunet/src/testing/gnunet-testing.c 2012-12-12 09:43:59 UTC (rev 25411)
+++ gnunet/src/testing/gnunet-testing.c 2012-12-12 09:54:00 UTC (rev 25412)
@@ -73,7 +73,7 @@
   if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg_tmpl,  NULL))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not load template `%s'\n", 
create_cfg_template);
-    GNUNET_CONFIGURATION_destroy (cfg_templ);
+    GNUNET_CONFIGURATION_destroy (cfg_tmpl);
     return 1;
   }
 




reply via email to

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