Fix potential orphaned open files.
authorMichael Adam <obnox@samba.org>
Tue, 13 Nov 2007 22:26:38 +0000 (23:26 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 13 Nov 2007 22:26:38 +0000 (23:26 +0100)
commitf4f700cf0c1657c36e801fab20fe7b1a4efcb714
tree6958296fd04980dcb848cecf1c8cf64dcef8c027
parentf1680bada913af4eaf5c0d686983018d6c8b3e5f
Fix potential orphaned open files.

Calling can_access_file could lead to orphaned open files
when SMB_VFS_GET_NT_ACL returned ENOSYS (not implemented).

Michael
source/smbd/file_access.c