adapt to GNUnet API change

This commit is contained in:
Florian Dold 2020-08-12 13:11:41 +05:30
parent 6503a9fe35
commit d4404cec14
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 2 additions and 2 deletions

View File

@ -656,7 +656,7 @@ TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle *c)
{ {
TALER_ARL_cfg = c; TALER_ARL_cfg = c;
start_time = GNUNET_TIME_absolute_get (); start_time = GNUNET_TIME_absolute_get ();
if (0 == GNUNET_is_zero (&TALER_ARL_master_pub)) if (GNUNET_YES == GNUNET_is_zero (&TALER_ARL_master_pub))
{ {
/* -m option not given, try configuration */ /* -m option not given, try configuration */
char *TALER_ARL_master_public_key_str; char *TALER_ARL_master_public_key_str;

View File

@ -1386,7 +1386,7 @@ run (void *cls,
/* finally, do actual work */ /* finally, do actual work */
if (0 != GNUNET_is_zero (&revoke_dkh)) if (GNUNET_NO == GNUNET_is_zero (&revoke_dkh))
{ {
if (GNUNET_OK != revoke_denomination (&revoke_dkh)) if (GNUNET_OK != revoke_denomination (&revoke_dkh))
{ {