aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/test_gns_dht_threepeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_dht_threepeer.c b/src/gns/test_gns_dht_threepeer.c
index 04cbc2b81..9de6aebfd 100644
--- a/src/gns/test_gns_dht_threepeer.c
+++ b/src/gns/test_gns_dht_threepeer.c
@@ -105,7 +105,7 @@ static int ok;
105 105
106int bob_online, alice_online, dave_online; 106int bob_online, alice_online, dave_online;
107 107
108struct GNUNET_CONFIGURATION_Handle *alice_cfg; 108const struct GNUNET_CONFIGURATION_Handle *alice_cfg;
109struct GNUNET_CONFIGURATION_Handle *cfg_bob; 109struct GNUNET_CONFIGURATION_Handle *cfg_bob;
110struct GNUNET_CONFIGURATION_Handle *cfg_dave; 110struct GNUNET_CONFIGURATION_Handle *cfg_dave;
111 111