diff options
author | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-08-02 08:27:11 +0000 |
---|---|---|
committer | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-08-02 08:27:11 +0000 |
commit | 6355758b096fb49c0e6a05656fa31150f76ab60c (patch) | |
tree | 30cede52e813c911986e92f23bcbb04906780f1d /src | |
parent | 55d738de39376533b1c49d650dc000840796155f (diff) |
allow control connections to transport service
git-svn-id: https://gnunet.org/svn/gnunet@12431 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/testing_group.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 7c90d6327c..4de4da6973 100644 --- 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); } |