aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index be200caf5..efd1c3238 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -1426,6 +1426,10 @@ make_config(const struct GNUNET_CONFIGURATION_Handle *cfg, uint32_t off,
1426 1426
1427 GNUNET_CONFIGURATION_set_value_string (uc.ret, "core", "ACCEPT_FROM", 1427 GNUNET_CONFIGURATION_set_value_string (uc.ret, "core", "ACCEPT_FROM",
1428 allowed_hosts); 1428 allowed_hosts);
1429
1430 GNUNET_CONFIGURATION_set_value_string (uc.ret, "nse", "ACCEPT_FROM",
1431 allowed_hosts);
1432
1429 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport", 1433 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport",
1430 "ACCEPT_FROM", allowed_hosts); 1434 "ACCEPT_FROM", allowed_hosts);
1431 GNUNET_CONFIGURATION_set_value_string (uc.ret, "dht", "ACCEPT_FROM", 1435 GNUNET_CONFIGURATION_set_value_string (uc.ret, "dht", "ACCEPT_FROM",