commit b223a3c55baba6d4d6c458bc8e091df5965557c6
parent c7aa98f926c33adce7c883842e57a71a00051fb1
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 6 May 2016 13:36:16 +0200
fix FTBFS
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -553,10 +553,10 @@ run (void *cls,
GNUNET_SCHEDULER_shutdown ();
return;
}
- if (GNUNET_YES != GNUNET_DISK_file_test (filename))
+ if (GNUNET_YES != GNUNET_DISK_file_test (keyfile))
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Merchant private key `%s' does not exist yet, creating it!\n",
- filename);
+ keyfile);
if (NULL ==
(privkey =
GNUNET_CRYPTO_eddsa_key_create_from_file (keyfile)))