-fix segv

This commit is contained in:
Christian Grothoff 2021-07-18 19:05:24 +02:00
parent 5cec88e87e
commit 000f99e50f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -402,6 +402,8 @@ check_log (struct TALER_FAKEBANK_Handle *h)
{ {
struct Transaction *t = h->transactions[i]; struct Transaction *t = h->transactions[i];
if (NULL == t)
continue;
if (t->unchecked) if (t->unchecked)
continue; continue;
switch (t->type) switch (t->type)