typo
authorChristian Grothoff <christian@grothoff.org>
Mon, 5 Apr 2010 11:58:45 +0000 (11:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 5 Apr 2010 11:58:45 +0000 (11:58 +0000)
src/util/crypto_rsa.c

index f3bb04cd25c7cbd1ff9a1f4f925274588499ee83..491aa4f79aa22abe751a861632b0ab8e64ee13da 100644 (file)
@@ -587,7 +587,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
              if (GNUNET_YES != GNUNET_DISK_file_test (filename))
                {
                  /* must exist but not be accessible, fail for good! */
-                 if (0 != ACCESS (filenae, R_OK))                  
+                 if (0 != ACCESS (filename, R_OK))                 
                    GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
                                              "access", filename);
                  else