summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-21 21:01:08 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-21 21:01:08 +0100
commitf0e6846a4f5f398faa8a7bbbcfad5096fdd4352b (patch)
tree0135ac61269a425ff6a61aa8bd9ef6cb4c635fe5
parentf1cc5beaf957ba7ae575ee4055700c699112c9e6 (diff)
downloadmerchant-f0e6846a4f5f398faa8a7bbbcfad5096fdd4352b.tar.gz
merchant-f0e6846a4f5f398faa8a7bbbcfad5096fdd4352b.tar.bz2
merchant-f0e6846a4f5f398faa8a7bbbcfad5096fdd4352b.zip
-typo
m---------contrib/wallet-core0
-rw-r--r--src/backend/taler-merchant-httpd.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wallet-core b/contrib/wallet-core
-Subproject 5ae9a74938c4fb255a79466d2b49665340a67f9
+Subproject 5bc771e151df3145e61c017b3bc816c58ad9496
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 64fa7005..9cb1661c 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -626,7 +626,7 @@ spa_redirect (const struct TMH_RequestHandler *rh,
if (MHD_NO ==
MHD_add_response_header (response,
MHD_HTTP_HEADER_LOCATION,
- "/webui/"))
+ dst))
{
GNUNET_break (0);
MHD_destroy_response (response);