Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly with...
authorJeremy Allison <jra@samba.org>
Wed, 8 Jun 2011 19:54:33 +0000 (12:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 9 Jun 2011 17:58:06 +0000 (19:58 +0200)
commit282b09692d23253dd6c3808e1a96de84073ba4e2
treee3e7e01042dff0cf0bd991fb76c883d60a8a9ae9
parent64bba3b822a42e61c7725c2c648a4cb385d0bd41
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