summaryrefslogtreecommitdiff
path: root/src/auditor/taler-wire-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-25 14:21:14 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-25 14:21:14 +0100
commit30b24448c8250b01eba8368f38c9ccdc2075f903 (patch)
tree98092d0378e68cb8ea623ed6eb31133c1e741b4f /src/auditor/taler-wire-auditor.c
parent47e8190e9da17adf581ea05c1ef253096887d973 (diff)
downloadexchange-30b24448c8250b01eba8368f38c9ccdc2075f903.tar.gz
exchange-30b24448c8250b01eba8368f38c9ccdc2075f903.tar.bz2
exchange-30b24448c8250b01eba8368f38c9ccdc2075f903.zip
do not NPE if encountering reserve_close for which we have no summary
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
-rw-r--r--src/auditor/taler-wire-auditor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index d458f8044..51c1ba815 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;