1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix stupid typo !

Jeremy.
(This used to be commit d0b58f66ed)
This commit is contained in:
Jeremy Allison 2002-03-21 21:23:22 +00:00
parent 21ea8c2835
commit bffc69a877

View File

@ -161,8 +161,8 @@ static BOOL open_file(files_struct *fsp,connection_struct *conn,
check_for_pipe(fname);
return False;
}
}
fsp->fd == -1; /* What we used to call a stat open. */
} else
fsp->fd = -1; /* What we used to call a stat open. */
if (!VALID_STAT(*psbuf)) {
int ret;