commit 6ae58fdc8e11cefdbee3419d52151e43f8a09590
parent b832adb71a314b3eb283007c23a22eed141a9a61
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 2 Apr 2021 11:19:07 +0200
properly use boolean
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,