commit bc602bc7c77c85fa48babe3997cfe389a59d0861
parent a5e60ea5210b7a451bdbb21bf1a87d41e6af84a5
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 18 May 2022 21:27:01 +0200
-log more details
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c
@@ -120,7 +120,6 @@ claim_order (const char *instance_id,
GNUNET_assert (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs);
/* Now we need to claim the order. */
-
{
struct TALER_MerchantPostDataHashP unused;
struct GNUNET_TIME_Timestamp timestamp;
@@ -218,9 +217,12 @@ TMH_post_orders_ID_claim (const struct TMH_RequestHandler *rh,
hc->request_body,
spec);
if (GNUNET_OK != res)
+ {
+ GNUNET_break_op (0);
return (GNUNET_NO == res)
? MHD_YES
: MHD_NO;
+ }
}
contract_terms = NULL;
for (unsigned int i = 0; i<MAX_RETRIES; i++)