aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-14 19:23:10 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-14 19:23:10 +0000
commitda12281684935cd804e4cecc31ee297f428ef7c0 (patch)
treeb2128b123051631438aab24e6a6e3da322980bef /src/testing/testing_group.c
parentca98a9146439dca8bc6349ada18e7cbe8ecae63c (diff)
downloadgnunet-da12281684935cd804e4cecc31ee297f428ef7c0.tar.gz
gnunet-da12281684935cd804e4cecc31ee297f428ef7c0.zip
remove slash
Diffstat (limited to 'src/testing/testing_group.c')
-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 878908ced..6ea7bc338 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6029,7 +6029,7 @@ GNUNET_TESTING_daemons_start(const struct GNUNET_CONFIGURATION_Handle *cfg,
6029 { 6029 {
6030 for (off = 0; off < hostcnt; off++) 6030 for (off = 0; off < hostcnt; off++)
6031 { 6031 {
6032 GNUNET_asprintf(&newservicehome, "%s/%s/", baseservicehome, pg->hosts[off].hostname); 6032 GNUNET_asprintf(&newservicehome, "%s/%s", baseservicehome, pg->hosts[off].hostname);
6033 6033
6034 if (NULL != username) 6034 if (NULL != username)
6035 GNUNET_asprintf (&arg, "%s@%s:%s", username, pg->hosts[off].hostname, newservicehome); 6035 GNUNET_asprintf (&arg, "%s@%s:%s", username, pg->hosts[off].hostname, newservicehome);