From: Jeremy Allison Date: Thu, 6 Nov 2008 03:11:40 +0000 (-0800) Subject: Add reference to bug #4308 to remind me to add regression test to smbtorture. X-Git-Tag: samba-4.0.0alpha6~480^2~252^2~101 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d93041e3363a6e0c6ebba63e6d8c92948be4f953;p=samba.git Add reference to bug #4308 to remind me to add regression test to smbtorture. Jeremy. --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index cccf3087f7e..97b87cc3a98 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) &&