commit 9cb80a07dd1bd15844770ffe2664575e278b6a2b
parent 346f5224f419a5c690168ae227a0216fce1e8aec
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 12 Aug 2020 00:46:25 +0530
Revert "fix conditional due to 'surprise naming'"
This reverts commit 346f5224f419a5c690168ae227a0216fce1e8aec.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -1099,7 +1099,7 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh,
GNUNET_memcmp (&h,
&god->h_contract_terms))
{
- if (0 != GNUNET_is_zero (&god->h_contract_terms))
+ if (0 == GNUNET_is_zero (&god->h_contract_terms))
{
/* The client provided a h_contract that's wrong, so complain! */
GNUNET_break_op (0);