r24102: Pass the fid instead of inbuf and an offset to file_fsp.
commita2d6aa829faa65df14ee566e455e807693cc2bd9
authorVolker Lendecke <vlendec@samba.org>
Tue, 31 Jul 2007 12:05:40 +0000 (31 12:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:07 +0000 (10 12:29 -0500)
tree4d7088915b91a717884a301a14d0d5ddac98b95f
parent3d769de244b9193e309a7e1c8f602985b0c1fa75
r24102: Pass the fid instead of inbuf and an offset to file_fsp.

This removes the buf==NULL condition in file_fsp(), but wherever it is called
we do have a buffer anyway.

Volker
(This used to be commit d70a1f82fed64fa332f16407bea7c6671f48c59a)
source3/smbd/files.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c