diff options
-rw-r--r-- | mount.cifs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mount.cifs.c b/mount.cifs.c index a15ba9e..330e528 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -590,6 +590,7 @@ static int open_cred_file(char *file_name, i = access(file_name, R_OK); if (i) { toggle_dac_capability(0, 0); + i = errno; goto return_i; } |