diff options
author | Jeremy Allison <jra@samba.org> | 2008-10-08 15:18:25 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-10-08 15:18:25 -0700 |
commit | 646df8bec618d78905f83779bf57d96141109d8f (patch) | |
tree | 2259dfa1675a0a3ef781bc07fd09a42b68f0aff7 /source3/smbd | |
parent | 14f835ba4b7e553d0cd75f3b311378c5c875e87c (diff) | |
download | samba-646df8bec618d78905f83779bf57d96141109d8f.tar.gz samba-646df8bec618d78905f83779bf57d96141109d8f.tar.bz2 samba-646df8bec618d78905f83779bf57d96141109d8f.zip |
Deal with inheritance from parent directory when setting Windows
ACLs.
Jeremy.
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/posix_acls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 48ea993e28..da17e53b2c 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -3227,7 +3227,7 @@ int try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid) Take care of parent ACL inheritance. ****************************************************************************/ -static NTSTATUS append_parent_acl(files_struct *fsp, +NTSTATUS append_parent_acl(files_struct *fsp, const SEC_DESC *pcsd, SEC_DESC **pp_new_sd) { |