gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: fix ftbfs


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix ftbfs
Date: Sun, 25 Aug 2019 15:40:51 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5cfb3d3b fix ftbfs
5cfb3d3b is described below

commit 5cfb3d3b9695802d18d9a0b08a03c601c930aeed
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Aug 25 15:40:01 2019 +0200

    fix ftbfs
---
 src/auditor/taler-wire-auditor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index dd7fd727..f0b11853 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)
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]