Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly with...
authorJeremy Allison <jra@samba.org>
Tue, 7 Jun 2011 23:48:14 +0000 (16:48 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 7 Jun 2011 23:48:14 +0000 (16:48 -0700)
commit40c54a736dff751dcdc66d6cd5c5d2307aeda75c
treeb4e6a5328c6a49edb60a5678917881aff1b3c7e5
parentcabed2fb179ea38ac93f8b9872dc3be7825d13f8
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