Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition.
authorJeremy Allison <jra@samba.org>
Wed, 24 Sep 2008 21:25:00 +0000 (14:25 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 24 Sep 2008 21:25:00 +0000 (14:25 -0700)
commit276c8395f15bc18f10d455848f7038e3465f0d52
tree7d4ad50b4e8c7c381330da05a0e1d67b8f873392
parent417071214370e1d87417556af9e1410ef06403c7
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.
source/smbd/files.c