gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix checks


From: gnunet
Subject: [taler-exchange] branch master updated: fix checks
Date: Sat, 29 Aug 2020 01:24:22 +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 5224f795 fix checks
5224f795 is described below

commit 5224f795916b2e5a12859bb0b2b6a0b6fbcda37f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 29 01:24:21 2020 +0200

    fix checks
---
 src/bank-lib/taler-wire-gateway-client.c | 2 +-
 src/exchange-tools/key-helper.c          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/taler-wire-gateway-client.c 
b/src/bank-lib/taler-wire-gateway-client.c
index c9e47337..40dbd5bc 100644
--- a/src/bank-lib/taler-wire-gateway-client.c
+++ b/src/bank-lib/taler-wire-gateway-client.c
@@ -617,7 +617,7 @@ run (void *cls,
     }
   }
   if ( (GNUNET_YES == incoming_history) &&
-       (GNUNET_YES == incoming_history) )
+       (GNUNET_YES == outgoing_history) )
   {
     fprintf (stderr,
              "Please specify only -i or -o, but not both.\n");
diff --git a/src/exchange-tools/key-helper.c b/src/exchange-tools/key-helper.c
index f711a1c2..0e3c0a2b 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_SYSERR == ret)
+    if (GNUNET_OK != ret)
     {
       fprintf (stderr,
                "Failed to initialize master key from file `%s': %s\n",

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