gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: key exists is fine


From: gnunet
Subject: [taler-exchange] branch master updated: key exists is fine
Date: Sun, 12 Apr 2020 15:18:19 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0bf069d6 key exists is fine
0bf069d6 is described below

commit 0bf069d6d84f99bbc277a6453bdae4823473a5b2
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Apr 12 15:18:11 2020 +0200

    key exists is fine
---
 src/exchange-tools/key-helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-tools/key-helper.c b/src/exchange-tools/key-helper.c
index 0e3c0a2b..f711a1c2 100644
--- a/src/exchange-tools/key-helper.c
+++ b/src/exchange-tools/key-helper.c
@@ -65,7 +65,7 @@ get_and_check_master_key (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
     ret = GNUNET_CRYPTO_eddsa_key_from_file (fn,
                                              GNUNET_YES,
                                              &master_priv->eddsa_priv);
-    if (GNUNET_OK != ret)
+    if (GNUNET_SYSERR == ret)
     {
       fprintf (stderr,
                "Failed to initialize master key from file `%s': %s\n",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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