From: Matthias Wachs Date: Mon, 2 Jul 2012 14:34:13 +0000 (+0000) Subject: workaround for mantis 2476 X-Git-Tag: initial-import-from-subversion-38251~12693 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d9ebef7d96adad01308c135f27748ec3f6b7774;p=oweals%2Fgnunet.git workaround for mantis 2476 --- 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, char *orig_allowed_hosts; char *allowed_hosts; + if (NULL != strstr (section, "transport-")) + return; + if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (uc->cfg, section, "ACCEPT_FROM", &orig_allowed_hosts))