gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix assertion


From: gnunet
Subject: [taler-merchant] branch master updated: -fix assertion
Date: Mon, 09 May 2022 08:38:34 +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 79801d5d -fix assertion
79801d5d is described below

commit 79801d5d3a192484ca09a49a7e171211109647bf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon May 9 08:38:23 2022 +0200

    -fix assertion
---
 src/backend/taler-merchant-httpd_private-get-orders.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c 
b/src/backend/taler-merchant-httpd_private-get-orders.c
index 04fd8bbd..e6f615ea 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders.c
@@ -323,7 +323,8 @@ add_order (void *cls,
                                         &contract_terms,
                                         &os,
                                         NULL);
-    GNUNET_break (os == order_serial);
+    if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs)
+      GNUNET_break (os == order_serial);
   }
   if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)
   {

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