gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix for #6584


From: gnunet
Subject: [taler-merchant] branch master updated: fix for #6584
Date: Tue, 08 Sep 2020 14:42:39 +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 e4e24b5  fix for #6584
e4e24b5 is described below

commit e4e24b5b62ca01e431868afac06bcd548ee69d2b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 8 14:42:38 2020 +0200

    fix for #6584
---
 src/backend/taler-merchant-httpd_post-tips-ID-pickup.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c 
b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
index 5171347..ca4ad7e 100644
--- a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
+++ b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
@@ -763,6 +763,8 @@ RETRY:
                                 &pc->reserve_priv,
                                 pc->planchets_length,
                                 sigs);
+    if (qs > GNUNET_DB_STATUS_SUCCESS_ONE_RESULT)
+      qs = GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
     if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs)
     {
       for (unsigned int i = 0; i< pc->planchets_length; 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]