s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1
commit0733183594dbd3ce07ddaf9e1fcf8102b80fc605
authorStefan Metzmacher <metze@samba.org>
Thu, 24 May 2012 08:43:56 +0000 (24 10:43 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 24 May 2012 12:12:32 +0000 (24 14:12 +0200)
treeb111d35413aeee0c5821b18ae781ac669aea6dc5
parent768004b11d396edfafaee90c7c710722376ff2e6
s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1

For faked connection_structs we do not need valid fnum values,
e.g. in the dfs and printing code.

metze
source3/smbd/files.c