summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:48 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:48 +0100
commit0a45139dda11a72d684991e2c92dce2616daf9f3 (patch)
treeba30c1348f3bfb8d57730f6b00148b365366f671
parentbb0d37a0a1b281da0dec3797d4552424470784c4 (diff)
downloadsamba-0a45139dda11a72d684991e2c92dce2616daf9f3.tar.gz
samba-0a45139dda11a72d684991e2c92dce2616daf9f3.tar.xz
samba-0a45139dda11a72d684991e2c92dce2616daf9f3.zip
Revert "Note url explaining this code."
This reverts commit 9953885d0be6a2477f5fd29940f3f1d6a7136cf4.
-rw-r--r--source/smbd/posix_acls.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/smbd/posix_acls.c b/source/smbd/posix_acls.c
index 65ec25190b7..d798fa8da45 100644
--- a/source/smbd/posix_acls.c
+++ b/source/smbd/posix_acls.c
@@ -3525,10 +3525,6 @@ NTSTATUS set_nt_acl(files_struct *fsp, uint32 security_info_sent, SEC_DESC *psd)
create_file_sids(&sbuf, &file_owner_sid, &file_grp_sid);
- /* See here: http://www.codeproject.com/KB/winsdk/accessctrl2.aspx
- * for details. JRA.
- */
-
if ((security_info_sent & DACL_SECURITY_INFORMATION) &&
psd->dacl != NULL &&
(psd->type & (SE_DESC_DACL_AUTO_INHERITED|