projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ace9e
)
workaround for mantis 2476
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 2 Jul 2012 14:34:13 +0000
(14:34 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 2 Jul 2012 14:34:13 +0000
(14:34 +0000)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index ce3ad8c7613f2bb9d896549c8ca7f65328feac20..bba38ead3a57b1a3b8c71847731d42c26fd9faab 100644
(file)
--- 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))