-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)
|
if (NULL == t)
|
||||||
continue;
|
continue;
|
||||||
if (t->unchecked)
|
if (! t->unchecked)
|
||||||
continue;
|
continue;
|
||||||
switch (t->type)
|
switch (t->type)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user