[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: fix #9378
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: fix #9378 |
Date: |
Wed, 11 Dec 2024 02:13:51 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new d75b154c fix #9378
d75b154c is described below
commit d75b154c7ddfb150b24f7b3ad963da797ddd2798
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 11 02:13:48 2024 +0100
fix #9378
---
src/backend/taler-merchant-httpd.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd.c
b/src/backend/taler-merchant-httpd.c
index 66125bad..b320b5f8 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1615,7 +1615,9 @@ url_handler (void *cls,
if (MHD_NO ==
MHD_add_response_header (response,
MHD_HTTP_HEADER_LOCATION,
- rslash))
+ NULL == rslash
+ ? "/"
+ : rslash))
{
GNUNET_break (0);
MHD_destroy_response (response);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: fix #9378,
gnunet <=