gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix status code for successful


From: gnunet
Subject: [taler-anastasis] branch master updated: fix status code for successful retries
Date: Thu, 03 Feb 2022 20:27:43 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 294f347  fix status code for successful retries
294f347 is described below

commit 294f3472a046e6df497ac6606498d9bef983e5b3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 3 20:27:41 2022 +0100

    fix status code for successful retries
---
 src/reducer/anastasis_api_backup_redux.c | 1 -
 src/reducer/anastasis_api_redux.c        | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reducer/anastasis_api_backup_redux.c 
b/src/reducer/anastasis_api_backup_redux.c
index a2e22cc..e366ec1 100644
--- a/src/reducer/anastasis_api_backup_redux.c
+++ b/src/reducer/anastasis_api_backup_redux.c
@@ -3846,7 +3846,6 @@ check_truth_upload (struct UploadContext *uc,
       struct ANASTASIS_CRYPTO_TruthKeyP truth_key;
       struct ANASTASIS_CRYPTO_KeyShareP key_share;
       struct ANASTASIS_CRYPTO_NonceP nonce;
-
       struct GNUNET_JSON_Specification jspec[] = {
         GNUNET_JSON_spec_fixed_auto ("salt",
                                      &question_salt),
diff --git a/src/reducer/anastasis_api_redux.c 
b/src/reducer/anastasis_api_redux.c
index d1d4b77..bcc0e77 100644
--- a/src/reducer/anastasis_api_redux.c
+++ b/src/reducer/anastasis_api_redux.c
@@ -595,6 +595,7 @@ config_cb (void *cls,
     }
     else
     {
+      cr->ec = TALER_EC_NONE;
       GNUNET_free (cr->currency);
       cr->currency = GNUNET_strdup (acfg->currency);
       GNUNET_free (cr->business_name);

-- 
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]