aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-23 10:53:15 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-23 10:53:15 +0000
commit8d4d96e9a9317a18526bd645a0881e80c71a332b (patch)
tree128440e500d4016b0183fbee569f945e6ec23f32 /src/nse
parentfeadcdb61cd9791be3b4b76f6625a94e05718295 (diff)
downloadgnunet-8d4d96e9a9317a18526bd645a0881e80c71a332b.tar.gz
gnunet-8d4d96e9a9317a18526bd645a0881e80c71a332b.zip
- Fixed nse profiler handling of config files
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-nse-profiler.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 263caee70..e182cbca0 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -29,7 +29,7 @@
29#include "gnunet_testing_lib.h" 29#include "gnunet_testing_lib.h"
30#include "gnunet_nse_service.h" 30#include "gnunet_nse_service.h"
31 31
32#define VERBOSE GNUNET_EXTRA_LOGGING 32#define VERBOSE 3
33 33
34struct NSEPeer 34struct NSEPeer
35{ 35{
@@ -540,7 +540,8 @@ run (void *cls, char *const *args, const char *cfgfile,
540 char *data_filename; 540 char *data_filename;
541 541
542 ok = 1; 542 ok = 1;
543 testing_cfg = GNUNET_CONFIGURATION_create (); 543 //testing_cfg = GNUNET_CONFIGURATION_create ();
544 testing_cfg = GNUNET_CONFIGURATION_dup (cfg);
544#if VERBOSE 545#if VERBOSE
545 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemons.\n"); 546 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemons.\n");
546 GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing", 547 GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing",