gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: adapt to GNUnet API change


From: gnunet
Subject: [taler-anastasis] branch master updated: adapt to GNUnet API change
Date: Wed, 12 Aug 2020 09:52:22 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new a735150  adapt to GNUnet API change
a735150 is described below

commit a735150dcea6fa70e19a17a14e7897f851f25f7c
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Aug 12 13:22:16 2020 +0530

    adapt to GNUnet API change
---
 src/lib/anastasis.c                    | 2 +-
 src/lib/testing_api_cmd_policy_store.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/anastasis.c b/src/lib/anastasis.c
index 8f03183..76cb9ae 100644
--- a/src/lib/anastasis.c
+++ b/src/lib/anastasis.c
@@ -1891,7 +1891,7 @@ ANASTASIS_secret_share (struct GNUNET_CURL_Context *ctx,
                                               &ss->pss[l]->anastasis_priv,
                                               ( ( (NULL !=
                                                    ss->pss[l]->prev_upload) &&
-                                                  (0 != GNUNET_is_zero (
+                                                  (GNUNET_NO == GNUNET_is_zero 
(
                                                      last_etag)) ))
                                               ? last_etag
                                               : NULL,
diff --git a/src/lib/testing_api_cmd_policy_store.c 
b/src/lib/testing_api_cmd_policy_store.c
index f078f6d..0d3eeb3 100644
--- a/src/lib/testing_api_cmd_policy_store.c
+++ b/src/lib/testing_api_cmd_policy_store.c
@@ -362,7 +362,7 @@ policy_store_run (void *cls,
                                      pss->anastasis_url,
                                      &pss->anastasis_priv,
                                      ( ( (NULL != pss->prev_upload) &&
-                                         (0 != GNUNET_is_zero (
+                                         (GNUNET_NO == GNUNET_is_zero (
                                             &pss->prev_hash)) ) ||
                                        (0 !=
                                         (ANASTASIS_TESTING_PSO_PREV_HASH_WRONG

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]