gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: adding '://'


From: gnunet
Subject: [taler-merchant] branch master updated: adding '://'
Date: Thu, 27 Aug 2020 15:17:08 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 4175652  adding '://'
4175652 is described below

commit 41756526e60e75cefa9a60a39a98379104a4b985
Author: MS <ms@taler.net>
AuthorDate: Thu Aug 27 15:17:01 2020 +0200

    adding '://'
---
 src/backend/taler-merchant-httpd_get-tips-ID.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_get-tips-ID.c 
b/src/backend/taler-merchant-httpd_get-tips-ID.c
index 0c79dc3..eec374b 100644
--- a/src/backend/taler-merchant-httpd_get-tips-ID.c
+++ b/src/backend/taler-merchant-httpd_get-tips-ID.c
@@ -142,10 +142,10 @@ TMH_make_tip_status_url (struct MHD_Connection *con,
 
   if (GNUNET_NO == TALER_mhd_is_https (con))
     GNUNET_buffer_write_str (&buf,
-                             "http");
+                             "http://";);
   else
     GNUNET_buffer_write_str (&buf,
-                             "http");
+                             "https://";);
   GNUNET_buffer_write_str (&buf,
                            host);
   if (NULL != uri_path)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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