Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly with...
authorJeremy Allison <jra@samba.org>
Wed, 8 Jun 2011 17:24:02 +0000 (10:24 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 10 Jun 2011 19:09:09 +0000 (21:09 +0200)
commitf3900b0a96f98cc65d957cda5f92963f636d6ec1
tree7e83173f158c6f2c351ff002a600ccc0183e31d7
parentd9ea6a10a8ba84e8a5a5a65c903ed96f9aa59aa5
Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly with "inherit permissions = yes" and POSIX ACLs

When changing ownership on a new directory make sure we
also change the returned stat struct to have the correct uid.
source3/smbd/open.c