From: Nathan S. Evans Date: Mon, 14 Mar 2011 19:23:10 +0000 (+0000) Subject: remove slash X-Git-Tag: initial-import-from-subversion-38251~18979 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da12281684935cd804e4cecc31ee297f428ef7c0;p=oweals%2Fgnunet.git remove slash --- 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);