gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not NPE if encountering reser


From: gnunet
Subject: [taler-exchange] branch master updated: do not NPE if encountering reserve_close for which we have no summary
Date: Tue, 25 Feb 2020 14:21:16 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 30b24448 do not NPE if encountering reserve_close for which we have no 
summary
30b24448 is described below

commit 30b24448c8250b01eba8368f38c9ccdc2075f903
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 25 14:21:14 2020 +0100

    do not NPE if encountering reserve_close for which we have no summary
---
 src/auditor/taler-wire-auditor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index d458f804..51c1ba81 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -2006,7 +2006,7 @@ begin_transaction ()
                                                       &wa->out_wire_off);
     if (0 > wa->qsx)
     {
-      GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qsx);
+      GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == wa->qsx);
       global_ret = 1;
       GNUNET_SCHEDULER_shutdown ();
       return;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]