mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
parent
21ea8c2835
commit
bffc69a877
@ -161,8 +161,8 @@ static BOOL open_file(files_struct *fsp,connection_struct *conn,
|
|||||||
check_for_pipe(fname);
|
check_for_pipe(fname);
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
}
|
} else
|
||||||
fsp->fd == -1; /* What we used to call a stat open. */
|
fsp->fd = -1; /* What we used to call a stat open. */
|
||||||
|
|
||||||
if (!VALID_STAT(*psbuf)) {
|
if (!VALID_STAT(*psbuf)) {
|
||||||
int ret;
|
int ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user