We were mapping the open of name1/name2 where name1 wasn't a directory
authorJeremy Allison <jra@samba.org>
Thu, 9 May 2002 17:38:23 +0000 (17:38 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 9 May 2002 17:38:23 +0000 (17:38 +0000)
commit30c80f90ade5f0b6aee777d3da4135ae94e43a60
tree85a7c2dc1e9ad0e605971cfa0926de05557eea9b
parent27cd004bf2a6a76a16a7741f7aa97c1f30b3de50
We were mapping the open of name1/name2 where name1 wasn't a directory
(ie. ENOTDIR) to the NT status code NT_STATUS_NOT_A_DIRECTORY. NT seems
to use NT_STATUS_OBJECT_PATH_NOT_FOUND. I'm hoping this will fix the
access binaries served from a Samba share bug...
Jeremy.
(This used to be commit 6f2b76c2394e305e5a282f459b84f94f8ed2082a)
source3/lib/error.c