aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet_dht_profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 403deb38a..5341e7d61 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -45,7 +45,7 @@ static unsigned int put_probability = 100;
45/** 45/**
46 * Configuration 46 * Configuration
47 */ 47 */
48static struct GNUNET_CONFIGURATION_Handle *cfg; 48static const struct GNUNET_CONFIGURATION_Handle *cfg;
49 49
50/** 50/**
51 * Name of the file with the hosts to run the test over 51 * Name of the file with the hosts to run the test over
@@ -917,7 +917,7 @@ run (void *cls,
917 num_peers); 917 num_peers);
918 return; 918 return;
919 } 919 }
920 cfg = GNUNET_CONFIGURATION_dup (config); 920 cfg = config;
921 event_mask = 0; 921 event_mask = 0;
922 GNUNET_TESTBED_run (hosts_file, 922 GNUNET_TESTBED_run (hosts_file,
923 cfg, 923 cfg,