diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-02 16:02:56 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-02 16:02:56 +0100 |
commit | 9a3377766d1140577e725c9520dedc3e6323798e (patch) | |
tree | 8f402278ece77eb9c03f76a7e78ef67295dd498c | |
parent | b92e85f9ccdcc8f747ae5ca0dcf6c5ef60a59069 (diff) |
remove bogus check
-rw-r--r-- | src/util/taler-helper-crypto-eddsa.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/util/taler-helper-crypto-eddsa.c b/src/util/taler-helper-crypto-eddsa.c index d09f16070..e5147b2b6 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, |