Fix leftover memcmp

This commit is contained in:
ng0 2019-04-08 18:19:26 +00:00
parent 8e4df34156
commit 7333c55c53
No known key found for this signature in database
GPG Key ID: E22F9BBFEE348588

View File

@ -1362,7 +1362,7 @@ run (void *cls,
global_ret = 1; global_ret = 1;
return; return;
} }
if ( (0 != GNUNET_is_zero memcmp (&revoke_dkh)) && if ( (0 != GNUNET_is_zero (&revoke_dkh)) &&
(GNUNET_OK != (GNUNET_OK !=
revoke_denomination (&revoke_dkh)) ) revoke_denomination (&revoke_dkh)) )
{ {