aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index ce3ad8c76..bba38ead3 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -618,6 +618,9 @@ update_config_sections (void *cls,
618 char *orig_allowed_hosts; 618 char *orig_allowed_hosts;
619 char *allowed_hosts; 619 char *allowed_hosts;
620 620
621 if (NULL != strstr (section, "transport-"))
622 return;
623
621 if (GNUNET_OK != 624 if (GNUNET_OK !=
622 GNUNET_CONFIGURATION_get_value_string (uc->cfg, section, "ACCEPT_FROM", 625 GNUNET_CONFIGURATION_get_value_string (uc->cfg, section, "ACCEPT_FROM",
623 &orig_allowed_hosts)) 626 &orig_allowed_hosts))