Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in blob.
authorJeremy Allison <jra@samba.org>
Thu, 20 Sep 2012 19:32:10 +0000 (12:32 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:23:07 +0000 (09:23 +0200)
commit973281b257030df1eea39d935c1dbafde2896f07
tree885c61e5c7e03bd6bb7f34a5cc8372178eba0546
parent164cb1c6ded399bab09327a09adba3673828bfd8
Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in blob.

If we aren't already granted DELETE access, check if we have
DELETE_CHILD in the containing directory.
source3/smbd/open.c