mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g10,sm: Use gnupg_access at two more places
--
This commit is contained in:
parent
8264b10d33
commit
cf4b8a27c3
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue