fix ftbfs

This commit is contained in:
Christian Grothoff 2019-08-25 15:40:01 +02:00
parent a199215b98
commit 5cfb3d3b96
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)
{