fix FTBFS

This commit is contained in:
Christian Grothoff 2020-01-18 23:28:35 +01:00
parent 889644c686
commit 6e17a847e8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -933,7 +933,7 @@ handle_debit_history (struct TALER_FAKEBANK_Handle *h,
if (0 > ha.delta)
pos = pos->prev;
else
pos = pos->tail;
pos = pos->next;
}
else
{