summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-02 21:12:18 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-02 21:12:18 +0200
commitaea82d3dcde94b68a70a65be8736cf7ad437b0c7 (patch)
treeafe52630b7b25f2ca5039183ca5ba616ffd1dff0 /src/exchange/taler-exchange-aggregator.c
parent2b0f98dd4b875ed0f7f833c377197265fa11384e (diff)
downloadexchange-aea82d3dcde94b68a70a65be8736cf7ad437b0c7.tar.gz
exchange-aea82d3dcde94b68a70a65be8736cf7ad437b0c7.tar.bz2
exchange-aea82d3dcde94b68a70a65be8736cf7ad437b0c7.zip
allow auditor to operate per-account
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r--src/exchange/taler-exchange-aggregator.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index fa76cfb03..805577a11 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -723,7 +723,10 @@ deposit_cb (void *cls,
GNUNET_free (url);
}
if (NULL == au->wa)
+ {
+ GNUNET_break (0);
return GNUNET_DB_STATUS_HARD_ERROR;
+ }
/* make sure we have current fees */
au->execution_time = GNUNET_TIME_absolute_get ();
@@ -1570,6 +1573,7 @@ prepare_cb (void *cls,
au->execution_time,
&au->wtid,
au->wire,
+ au->wa->section_name,
&au->final_amount);
cleanup_au ();
if (GNUNET_DB_STATUS_SOFT_ERROR == qs)