Stat opens can have fsp->fd == -1 and will have a share entry. Ensure
authorJeremy Allison <jra@samba.org>
Thu, 22 May 2003 20:31:37 +0000 (20:31 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 22 May 2003 20:31:37 +0000 (20:31 +0000)
commit67931d602656e7aa86580946d5770c1eb29f890a
tree462e9b3a08a28760dc8b43f8d2cf68018a050525
parentde55b9ddb08fb9680a499f5904c9c0909161abc5
Stat opens can have fsp->fd == -1 and will have a share entry. Ensure
that file_find_dif will find them. Fixes a core dump in smbd/open.c.
Jeremy.
(This used to be commit 0811acb9579007032b54daa90b2666ef07c24624)
source3/smbd/files.c