diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-02 14:34:13 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-02 14:34:13 +0000 |
commit | faaf3e2688bde483db7953afb310cbbef80ef75b (patch) | |
tree | 153874a6bc14a4839c88aa44da043955866ec416 /src/testing/testing.c | |
parent | d48a97cd8f4c771737cae2149caf7c243a93f294 (diff) |
workaround for mantis 2476
git-svn-id: https://gnunet.org/svn/gnunet@22440 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r-- | src/testing/testing.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c index ce3ad8c761..bba38ead3a 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)) |