diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/keydb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keydb.c b/g10/keydb.c index 7b411dbfe..9798b5cde 100644 --- a/g10/keydb.c +++ b/g10/keydb.c @@ -332,7 +332,7 @@ maybe_create_keyring_or_box (char *filename, int is_box, int force_create) not happen though. */ save_slash = *last_slash_in_filename; *last_slash_in_filename = 0; - if (access(filename, F_OK)) + if (gnupg_access(filename, F_OK)) { static int tried; |