Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly with...
commitcabed2fb179ea38ac93f8b9872dc3be7825d13f8
authorJeremy Allison <jra@samba.org>
Tue, 7 Jun 2011 23:42:02 +0000 (7 16:42 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 7 Jun 2011 23:42:02 +0000 (7 16:42 -0700)
treeeeadc3441d656601dead79d4d9a9b0d081914b2f
parentaff6c52370f853d447fc089796b0e4aa29c24d75
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