gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-twister] 34/34: leading slash when constructing twis


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 34/34: leading slash when constructing twister url.
Date: Sat, 17 Mar 2018 01:58:25 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository twister.

commit f717a7af23fe29c5a51128d8d9b10b3aec4db658
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Mar 17 01:55:23 2018 +0100

    leading slash when constructing twister url.
---
 src/twister/testing_api_helpers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/twister/testing_api_helpers.c 
b/src/twister/testing_api_helpers.c
index 5b70ec3..aa5976f 100644
--- a/src/twister/testing_api_helpers.c
+++ b/src/twister/testing_api_helpers.c
@@ -70,7 +70,7 @@ TALER_TESTING_prepare_twister (const char *config_filename)
 
   GNUNET_assert (0 < GNUNET_asprintf
     (&base_url,
-     "http://localhost:%llu";,
+     "http://localhost:%llu/";,
      port));
 
   return base_url;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]