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:
673881e
)
allow control connections to transport service
author
Nathan S. Evans
<evans@in.tum.de>
Mon, 2 Aug 2010 08:27:11 +0000
(08:27 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Mon, 2 Aug 2010 08:27:11 +0000
(08:27 +0000)
src/testing/testing_group.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_group.c
b/src/testing/testing_group.c
index 7c90d6327c2788fa7195b49f4fa905af2aab2af7..4de4da69731647f2e8aac176b86e4a9ab7dab4fc 100644
(file)
--- a/
src/testing/testing_group.c
+++ b/
src/testing/testing_group.c
@@
-665,6
+665,7
@@
make_config (const struct GNUNET_CONFIGURATION_Handle *cfg,
{
GNUNET_asprintf(&allowed_hosts, "%s; 127.0.0.1;", control_host);
GNUNET_CONFIGURATION_set_value_string(uc.ret, "core", "ACCEPT_FROM", allowed_hosts);
+ GNUNET_CONFIGURATION_set_value_string(uc.ret, "transport", "ACCEPT_FROM", allowed_hosts);
GNUNET_free_non_null(control_host);
GNUNET_free(allowed_hosts);
}