mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Fix stupid typo !
Jeremy. (This used to be commit d0b58f66edeac516bde2dff79ab5cf529c37954b)
This commit is contained in:
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…
x
Reference in New Issue
Block a user