aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-26 12:58:39 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-26 12:58:39 +0000
commit896f5be5e6f3627086b3d3039a20e6f233ae1f44 (patch)
tree4e2b23e53e1e226844ee21d1e767cd6c0485b5c6 /src
parentc510f4429e864b0215885e8cfcde56d464750369 (diff)
downloadgnunet-896f5be5e6f3627086b3d3039a20e6f233ae1f44.tar.gz
gnunet-896f5be5e6f3627086b3d3039a20e6f233ae1f44.zip
remote host testing
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_group.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 735ac2274..0e60d81b6 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6137,10 +6137,11 @@ GNUNET_TESTING_daemons_start(const struct GNUNET_CONFIGURATION_Handle *cfg,
6137 } 6137 }
6138 6138
6139 if (GNUNET_YES 6139 if (GNUNET_YES
6140 == GNUNET_CONFIGURATION_get_value_string (pcfg, "PATHS", 6140 == GNUNET_CONFIGURATION_get_value_string (pg->peers[off].cfg, "PATHS",
6141 "SERVICEHOME", 6141 "SERVICEHOME",
6142 &baseservicehome)) 6142 &baseservicehome))
6143 { 6143 {
6144 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "baseservice home is %s\n", baseservicehome);
6144 if (hostname != NULL) 6145 if (hostname != NULL)
6145 GNUNET_asprintf (&newservicehome, "%s/%s/", baseservicehome, hostname); 6146 GNUNET_asprintf (&newservicehome, "%s/%s/", baseservicehome, hostname);
6146 else 6147 else