mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3: "check_magic" only looks at the size
This commit is contained in:
parent
359e71d956
commit
19a7a6cbe3
@ -103,7 +103,7 @@ static NTSTATUS check_magic(struct files_struct *fsp)
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (sys_fstat(tmp_fd, &st, lp_fake_dir_create_times()) == -1) {
|
||||
if (sys_fstat(tmp_fd, &st, false) == -1) {
|
||||
int err = errno;
|
||||
close(tmp_fd);
|
||||
close(outfd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user