commit 294f3472a046e6df497ac6606498d9bef983e5b3
parent a32f090c178f7357fdb10fb815c5511aef86d171
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 3 Feb 2022 20:27:41 +0100
fix status code for successful retries
Diffstat:
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
@@ -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
@@ -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);