diff options
Diffstat (limited to 'sm/keydb.c')
-rw-r--r-- | sm/keydb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keydb.c b/sm/keydb.c index 4d3f40990..976e1674c 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -152,7 +152,7 @@ maybe_create_keybox (char *filename, int force, int *r_created) 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; |