summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-12 13:11:41 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-12 13:11:41 +0530
commitd4404cec14e632d94a4b3eca8b889c0c81f30b96 (patch)
tree64257b960112b97b144b6e6aa5b1c1ca7b1529d0 /src/auditor
parent6503a9fe359f07ca4da9e6ab1c3b64b39b4fa24d (diff)
downloadexchange-d4404cec14e632d94a4b3eca8b889c0c81f30b96.tar.gz
exchange-d4404cec14e632d94a4b3eca8b889c0c81f30b96.tar.bz2
exchange-d4404cec14e632d94a4b3eca8b889c0c81f30b96.zip
adapt to GNUnet API change
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/report-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index f946de52c..48483bde8 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -656,7 +656,7 @@ TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle *c)
{
TALER_ARL_cfg = c;
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 */
char *TALER_ARL_master_public_key_str;