aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-26 13:00:46 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-26 13:00:46 +0000
commitce28cdb1a9c098cb95a224489ece31568f5c70b4 (patch)
tree29aa3b761c5ddac2a24bfd6958b26c23faa2c21a /src/testing
parent896f5be5e6f3627086b3d3039a20e6f233ae1f44 (diff)
downloadgnunet-ce28cdb1a9c098cb95a224489ece31568f5c70b4.tar.gz
gnunet-ce28cdb1a9c098cb95a224489ece31568f5c70b4.zip
remote host testing
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 0e60d81b6..be200caf5 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6137,7 +6137,7 @@ 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 (pg->peers[off].cfg, "PATHS", 6140 == GNUNET_CONFIGURATION_get_value_string (cfg, "PATHS",
6141 "SERVICEHOME", 6141 "SERVICEHOME",
6142 &baseservicehome)) 6142 &baseservicehome))
6143 { 6143 {