-fix segv
This commit is contained in:
parent
5cec88e87e
commit
000f99e50f
@ -402,6 +402,8 @@ check_log (struct TALER_FAKEBANK_Handle *h)
|
||||
{
|
||||
struct Transaction *t = h->transactions[i];
|
||||
|
||||
if (NULL == t)
|
||||
continue;
|
||||
if (t->unchecked)
|
||||
continue;
|
||||
switch (t->type)
|
||||
|
Loading…
Reference in New Issue
Block a user