gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -perform access control checks f


From: gnunet
Subject: [taler-merchant] branch master updated: -perform access control checks for management
Date: Fri, 06 Aug 2021 08:50:12 +0200

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 48752ad2 -perform access control checks for management
48752ad2 is described below

commit 48752ad2aba2e10c58f8412cde4845016b31e2a9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 6 08:50:04 2021 +0200

    -perform access control checks for management
---
 src/backend/taler-merchant-httpd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 6d13b6db..5129d5d5 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1922,8 +1922,8 @@ url_handler (void *cls,
                                        hc->infix);
   }
 
-  /* Access control for private handlers */
-  if (private_handlers == handlers)
+  /* Access control for non-public handlers */
+  if (public_handlers != handlers)
   {
     const char *auth;
     bool auth_ok;

-- 
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]