aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-26 13:11:06 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-26 13:11:06 +0000
commitab6c06d8c05368ff308dce4144edf1561fe313ec (patch)
treedcc03ea7cc4199b5b40fe17ef9f6fac15c76d4a6
parentce28cdb1a9c098cb95a224489ece31568f5c70b4 (diff)
downloadgnunet-ab6c06d8c05368ff308dce4144edf1561fe313ec.tar.gz
gnunet-ab6c06d8c05368ff308dce4144edf1561fe313ec.zip
remote host 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",