gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: remove bogus check


From: gnunet
Subject: [taler-exchange] branch master updated: remove bogus check
Date: Wed, 02 Dec 2020 16:02:58 +0100

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 9a337776 remove bogus check
9a337776 is described below

commit 9a3377766d1140577e725c9520dedc3e6323798e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 2 16:02:56 2020 +0100

    remove bogus check
---
 src/util/taler-helper-crypto-eddsa.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/util/taler-helper-crypto-eddsa.c 
b/src/util/taler-helper-crypto-eddsa.c
index d09f1607..e5147b2b 100644
--- a/src/util/taler-helper-crypto-eddsa.c
+++ b/src/util/taler-helper-crypto-eddsa.c
@@ -1532,15 +1532,6 @@ run (void *cls,
   GNUNET_DISK_directory_scan (keydir,
                               &import_key,
                               NULL);
-  if (NULL == keys_head)
-  {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "No keys could be created. Strange.\n");
-    global_ret = 5;
-    GNUNET_SCHEDULER_shutdown ();
-    return;
-  }
-
   /* start job to accept incoming requests on 'sock' */
   read_task = GNUNET_SCHEDULER_add_read_net (GNUNET_TIME_UNIT_FOREVER_REL,
                                              unix_sock,

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