Fix leftover memcmp
This commit is contained in:
parent
8e4df34156
commit
7333c55c53
@ -1362,7 +1362,7 @@ run (void *cls,
|
||||
global_ret = 1;
|
||||
return;
|
||||
}
|
||||
if ( (0 != GNUNET_is_zero memcmp (&revoke_dkh)) &&
|
||||
if ( (0 != GNUNET_is_zero (&revoke_dkh)) &&
|
||||
(GNUNET_OK !=
|
||||
revoke_denomination (&revoke_dkh)) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user