adapt to GNUnet API change
This commit is contained in:
parent
6503a9fe35
commit
d4404cec14
@ -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;
|
||||||
|
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user