1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +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); 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;