From: Nathan S. Evans Date: Tue, 26 Jul 2011 12:58:39 +0000 (+0000) Subject: remote host testing X-Git-Tag: initial-import-from-subversion-38251~17646 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=896f5be5e6f3627086b3d3039a20e6f233ae1f44;p=oweals%2Fgnunet.git remote host testing --- 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, } if (GNUNET_YES - == GNUNET_CONFIGURATION_get_value_string (pcfg, "PATHS", + == GNUNET_CONFIGURATION_get_value_string (pg->peers[off].cfg, "PATHS", "SERVICEHOME", &baseservicehome)) { + GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "baseservice home is %s\n", baseservicehome); if (hostname != NULL) GNUNET_asprintf (&newservicehome, "%s/%s/", baseservicehome, hostname); else