gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: Fix #6785-0017607


From: gnunet
Subject: [taler-merchant] branch master updated: Fix #6785-0017607
Date: Tue, 09 Mar 2021 22:48:58 +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 ef0ccea3 Fix #6785-0017607
ef0ccea3 is described below

commit ef0ccea3ca567eb45b6c41359d5f86dc01ff7395
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 9 22:48:52 2021 +0100

    Fix #6785-0017607
---
 src/backend/taler-merchant-httpd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index bc82ee95..a1727a3f 100644
--- 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));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]