- doc
[oweals/gnunet.git] / src / testing / gnunet-testing.c
index fdce52bb4978fc0f275f1d0785b5a7eaddaa5329..28c5be96550c023de331be4ee752e496b998f4df 100644 (file)
@@ -25,7 +25,7 @@
  */
 #include "platform.h"
 #include "gnunet_util_lib.h"
-#include "gnunet_testing_lib-new.h"
+#include "gnunet_testing_lib.h"
 
 
 #define HOSTKEYFILESIZE 914
@@ -73,7 +73,7 @@ create_unique_cfgs (const char * template, const unsigned int no)
   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;
   }