Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition.
authorJeremy Allison <jra@samba.org>
Wed, 24 Sep 2008 21:28:18 +0000 (14:28 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 24 Sep 2008 21:28:18 +0000 (14:28 -0700)
commit31e10643c998e64c0ec432553ac9193d978e43f4
treef818f99c556109b03e1aa1c24ef8025017b89ff4
parent943387edc12a276d358add404e4fecd6c3aec303
Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition.
We were checking that fd != -1 in file_find_di_XXX calls which is no longer
needed due to a change in internal semantics.
Jeremy.
source3/smbd/files.c