diff options
| author | Werner Koch <[email protected]> | 2020-10-26 11:39:26 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2020-10-26 11:50:13 +0000 |
| commit | cf4b8a27c37db1ac50bd8d1aa6ad2b7ad3aeaa81 (patch) | |
| tree | abe723bb7a96d501c268dc203e1effcd5854f38b /sm/keydb.c | |
| parent | scd: Flush the cache when writing cert data object. (diff) | |
| download | gnupg-cf4b8a27c37db1ac50bd8d1aa6ad2b7ad3aeaa81.tar.gz gnupg-cf4b8a27c37db1ac50bd8d1aa6ad2b7ad3aeaa81.zip | |
g10,sm: Use gnupg_access at two more places
--
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 875189ea6..71b98d764 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -245,7 +245,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; |
