diff options
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-helper-auditor-wire.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c index d8d62fbe2..7d5e8a933 100644 --- a/src/auditor/taler-helper-auditor-wire.c +++ b/src/auditor/taler-helper-auditor-wire.c @@ -728,6 +728,12 @@ commit (enum GNUNET_DB_QueryStatus qs) &total_drained); } } + else + { + GNUNET_assert (GNUNET_OK == + TALER_amount_set_zero (TALER_ARL_currency, + &final_balance)); + } if (0 > qs) { if (GNUNET_DB_STATUS_SOFT_ERROR == qs) |