aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-07-02 14:34:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-07-02 14:34:13 +0000
commit6d9ebef7d96adad01308c135f27748ec3f6b7774 (patch)
tree153874a6bc14a4839c88aa44da043955866ec416
parentf5ace9e5e65381e94c50a57df200503894fda2a0 (diff)
downloadgnunet-6d9ebef7d96adad01308c135f27748ec3f6b7774.tar.gz
gnunet-6d9ebef7d96adad01308c135f27748ec3f6b7774.zip
workaround for mantis 2476
-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))