diff options
author | Jeremy Allison <jra@samba.org> | 2008-11-05 19:11:40 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-11-05 19:11:40 -0800 |
commit | d93041e3363a6e0c6ebba63e6d8c92948be4f953 (patch) | |
tree | fef6e8ed0a79cefbea87041b011d30ed33c292ef | |
parent | 6a3a8f7e16b9d53db5fcb304d8b4b9d59cec2ced (diff) | |
download | samba-d93041e3363a6e0c6ebba63e6d8c92948be4f953.tar.gz samba-d93041e3363a6e0c6ebba63e6d8c92948be4f953.tar.bz2 samba-d93041e3363a6e0c6ebba63e6d8c92948be4f953.zip |
Add reference to bug #4308 to remind me to add regression test to smbtorture.
Jeremy.
-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 cccf3087f7..97b87cc3a9 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -3511,7 +3511,7 @@ NTSTATUS set_nt_acl(files_struct *fsp, uint32 security_info_sent, const SEC_DESC create_file_sids(&sbuf, &file_owner_sid, &file_grp_sid); /* See here: http://www.codeproject.com/KB/winsdk/accessctrl2.aspx - * for details. JRA. + * for details and also the log trace in bug #4308. JRA. */ if ((security_info_sent & DACL_SECURITY_INFORMATION) && |