gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: properly use boolean


From: gnunet
Subject: [taler-merchant] branch master updated: properly use boolean
Date: Fri, 02 Apr 2021 11:19:10 +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 6ae58fdc properly use boolean
6ae58fdc is described below

commit 6ae58fdc8e11cefdbee3419d52151e43f8a09590
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 2 11:19:07 2021 +0200

    properly use boolean
---
 src/backend/taler-merchant-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index fdb752c9..a6bce84d 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1890,7 +1890,7 @@ url_handler (void *cls,
 
 
   if ( (NULL == hc->instance) &&
-       (GNUNET_YES != hc->rh->skip_instance) )
+       (! hc->rh->skip_instance) )
     return TALER_MHD_reply_with_error (connection,
                                        MHD_HTTP_NOT_FOUND,
                                        
TALER_EC_MERCHANT_GENERIC_INSTANCE_UNKNOWN,

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