-fix bad negation
This commit is contained in:
parent
000f99e50f
commit
6d7eb372b2
@ -404,7 +404,7 @@ check_log (struct TALER_FAKEBANK_Handle *h)
|
||||
|
||||
if (NULL == t)
|
||||
continue;
|
||||
if (t->unchecked)
|
||||
if (! t->unchecked)
|
||||
continue;
|
||||
switch (t->type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user