key exists is fine

This commit is contained in:
Christian Grothoff 2020-04-12 15:18:11 +02:00
parent 4b60d2540f
commit 0bf069d6d8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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",