summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-21 15:28:45 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-21 15:28:45 +0200
commita7eae63d20782b6ecbdb14d5c87ebd39ee65944e (patch)
treec3aaf2baa6c59d799906453ad5196902edc787b5 /src/auditor
parent7b258d4bdfd8511e75637b5ed623cd1971e7c873 (diff)
downloadexchange-a7eae63d20782b6ecbdb14d5c87ebd39ee65944e.tar.gz
exchange-a7eae63d20782b6ecbdb14d5c87ebd39ee65944e.tar.bz2
exchange-a7eae63d20782b6ecbdb14d5c87ebd39ee65944e.zip
-more multi-account fixes
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-helper-auditor-wire.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c
index e3753b596..61ffcf65b 100644
--- a/src/auditor/taler-helper-auditor-wire.c
+++ b/src/auditor/taler-helper-auditor-wire.c
@@ -1613,6 +1613,7 @@ process_debits (void *cls)
static void
begin_debit_audit (void)
{
+ GNUNET_assert (NULL == out_map);
out_map = GNUNET_CONTAINER_multihashmap_create (1024,
GNUNET_YES);
process_debits (wa_head);