mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3: "dotareof" only looks at the file type
This commit is contained in:
parent
932ab0c299
commit
e1f53e5d49
@ -404,7 +404,7 @@ static void dotareof(int f)
|
||||
(void) dozerobuf(f, TBLOCK);
|
||||
(void) dozerobuf(f, TBLOCK);
|
||||
|
||||
if (sys_fstat(f, &stbuf, lp_fake_dir_create_times()) == -1) {
|
||||
if (sys_fstat(f, &stbuf, false) == -1) {
|
||||
DEBUG(0, ("Couldn't stat file handle\n"));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user