From 6d9ebef7d96adad01308c135f27748ec3f6b7774 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 2 Jul 2012 14:34:13 +0000 Subject: [PATCH] workaround for mantis 2476 --- src/testing/testing.c | 3 +++ 1 file changed, 3 insertions(+) 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)) -- 2.25.1