PEP8: fix E115: expected an indented block (comment)
[nivanova/samba-autobuild/.git] / python / samba / ntacls.py
index 32ceb54fd1b63c09f682279e5172ca489e35ffcd..115e555de16b20ac9910a5be894a287e6ca1bc61 100644 (file)
@@ -290,7 +290,7 @@ def dsacl2fsacl(dssddl, sid, as_sddl=True):
     for i in range(0, len(aces)):
         ace = aces[i]
         if not ace.type & security.SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT and str(ace.trustee) != security.SID_BUILTIN_PREW2K:
-       #    if fdescr.type & security.SEC_DESC_DACL_AUTO_INHERITED:
+           #    if fdescr.type & security.SEC_DESC_DACL_AUTO_INHERITED:
             ace.flags = ace.flags | security.SEC_ACE_FLAG_OBJECT_INHERIT | security.SEC_ACE_FLAG_CONTAINER_INHERIT
             if str(ace.trustee) == security.SID_CREATOR_OWNER:
                 # For Creator/Owner the IO flag is set as this ACE has only a sense for child objects