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

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