diff options
Diffstat (limited to 'g13/mount.c')
-rw-r--r-- | g13/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/mount.c b/g13/mount.c index bee47fbd5..45b60806c 100644 --- a/g13/mount.c +++ b/g13/mount.c @@ -121,7 +121,7 @@ g13_mount_container (ctrl_t ctrl, const char *filename, const char *mountpoint) { struct stat sb; - if (stat (filename, &sb)) + if (gnupg_stat (filename, &sb)) { err = gpg_error_from_syserror (); goto leave; |