commit ef0ccea3ca567eb45b6c41359d5f86dc01ff7395
parent 01a094683c841b9bf345b8eca2407522eaa37e8d
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 9 Mar 2021 22:48:52 +0100
Fix #6785-0017607
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -1752,8 +1752,7 @@ url_handler (void *cls,
(NULL == TMH_default_auth) );
/* Check against selected instance, if we have one */
if (NULL != hc->instance)
- auth_ok |= (! auth_malformed) &&
- (GNUNET_OK ==
+ auth_ok |= (GNUNET_OK ==
TMH_check_auth (auth,
&hc->instance->auth.auth_salt,
&hc->instance->auth.auth_hash));