projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca98a91
)
remove slash
author
Nathan S. Evans
<evans@in.tum.de>
Mon, 14 Mar 2011 19:23:10 +0000
(19:23 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Mon, 14 Mar 2011 19:23:10 +0000
(19:23 +0000)
src/testing/testing_group.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_group.c
b/src/testing/testing_group.c
index 878908ced8d7561999fb55cac5ce2c51b42e6f8e..6ea7bc338dcc4872f4a2b5167251b905ce6136f1 100644
(file)
--- 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);