Now that fsp's are created on successful file open, the structure member
authorJeremy Allison <jra@samba.org>
Mon, 24 Apr 2000 19:23:51 +0000 (19:23 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 24 Apr 2000 19:23:51 +0000 (19:23 +0000)
commit389b700a26e8a308a0dff6fc038c38068aa0119a
tree8ec3e39d975e2601e009cb98e91dd7d518407fc1
parent41af3232dba90832684ad8260ce0bb05e077cb02
Now that fsp's are created on successful file open, the structure member
fsp->open is no longer needed (if an fsp pointer is valid, then it's open :-).

NB for Luke, this patch also did not apply to TNG. TNG is not yet
identical w.r.t file serving with HEAD. This makes it impossible for
me to help maintain TNG. Please fix asap.

lib/substitute.c: Removed unused variable (pidstr).

Jeremy.
12 files changed:
source/include/proto.h
source/include/smb.h
source/include/smb_macros.h
source/lib/substitute.c
source/printing/printfsp.c
source/smbd/close.c
source/smbd/files.c
source/smbd/nttrans.c
source/smbd/open.c
source/smbd/oplock.c
source/smbd/reply.c
source/smbd/trans2.c