gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -log more details


From: gnunet
Subject: [taler-merchant] branch master updated: -log more details
Date: Wed, 18 May 2022 21:27:06 +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 bc602bc7 -log more details
bc602bc7 is described below

commit bc602bc7c77c85fa48babe3997cfe389a59d0861
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 18 21:27:01 2022 +0200

    -log more details
---
 src/backend/taler-merchant-httpd_post-orders-ID-claim.c | 4 +++-
 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
index 1ea4323a..07a3fd8a 100644
--- 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++)

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