Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in blob.
commit5d6783c3e46363f7b744ce877390446bf6e17100
authorJeremy Allison <jra@samba.org>
Mon, 24 Sep 2012 23:43:12 +0000 (24 16:43 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 09:05:35 +0000 (29 10:05 +0100)
tree7d1ff28c1f9bf3ec06d710eeee66884676827a65
parentc917572c2492a2f8759c9e17a13b648589e9f1eb
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.
(cherry picked from commit d0eb11f521fb21dc0eed4279101e41102a123757)
source3/smbd/open.c