summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-20 23:52:53 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-20 23:52:53 +0100
commit4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77 (patch)
treed58c6e46e4bbba661778ed49ef66f133d3c38fa0 /src/backend
parentc7acb447868cd319e27cb5c22dd7efe491e407ac (diff)
downloadmerchant-4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77.tar.gz
merchant-4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77.tar.bz2
merchant-4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77.zip
-do not escape inside API, expect client to do it
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_helper.c b/src/backend/taler-merchant-httpd_helper.c
index 8c15a542..fe686dd3 100644
--- a/src/backend/taler-merchant-httpd_helper.c
+++ b/src/backend/taler-merchant-httpd_helper.c
@@ -351,6 +351,7 @@ TMH_check_auth_config (struct MHD_Connection *connection,
bool auth_wellformed = false;
const char *auth_method = json_string_value (json_object_get (jauth,
"method"));
+
*auth_token = NULL;
if (NULL == auth_method)
{