summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);