summaryrefslogtreecommitdiff
path: root/src/auditor/taler-wire-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-25 15:40:01 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-25 15:40:47 +0200
commit5cfb3d3b9695802d18d9a0b08a03c601c930aeed (patch)
tree2912532a96df90f9b708760d188384448b2bfebe /src/auditor/taler-wire-auditor.c
parenta199215b985192aeda2a25e507e1349ff41d4eb5 (diff)
downloadexchange-5cfb3d3b9695802d18d9a0b08a03c601c930aeed.tar.gz
exchange-5cfb3d3b9695802d18d9a0b08a03c601c930aeed.tar.bz2
exchange-5cfb3d3b9695802d18d9a0b08a03c601c930aeed.zip
fix ftbfs
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
-rw-r--r--src/auditor/taler-wire-auditor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index dd7fd7271..f0b118539 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -1095,7 +1095,7 @@ process_debits (void *cls)
/* skip accounts where DEBIT is not enabled */
while ( (NULL != wa) &&
- (GNUNET_NO == wa->debit_enabled) )
+ (GNUNET_NO == wa->watch_debit) )
wa = wa->next;
if (NULL == wa)
{
@@ -1491,7 +1491,7 @@ process_credits (void *cls)
/* skip accounts where CREDIT is not enabled */
while ( (NULL != wa) &&
- (GNUNET_NO == wa->credit_enabled) )
+ (GNUNET_NO == wa->watch_credit) )
wa = wa->next;
if (NULL == wa)
{