From da12281684935cd804e4cecc31ee297f428ef7c0 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 14 Mar 2011 19:23:10 +0000 Subject: [PATCH] remove slash --- src/testing/testing_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, { for (off = 0; off < hostcnt; off++) { - GNUNET_asprintf(&newservicehome, "%s/%s/", baseservicehome, pg->hosts[off].hostname); + GNUNET_asprintf(&newservicehome, "%s/%s", baseservicehome, pg->hosts[off].hostname); if (NULL != username) GNUNET_asprintf (&arg, "%s@%s:%s", username, pg->hosts[off].hostname, newservicehome); -- 2.25.1