s4-upgradeprovision: remove useless comment
authorMatthieu Patou <mat@matws.net>
Mon, 13 Jun 2011 21:42:28 +0000 (01:42 +0400)
committerMatthieu Patou <mat@samba.org>
Sun, 19 Jun 2011 21:21:08 +0000 (23:21 +0200)
source4/scripting/bin/upgradeprovision

index bf06a3c4f7905c9b579bfa1cb79562d307717731..a5a42a9d463e923ce46b73935d0ec105dfddb6c7 100755 (executable)
@@ -1064,7 +1064,6 @@ def update_present(ref_samdb, samdb, basedn, listPresent, usns):
             modcontrols = []
             relaxedatt = ['iscriticalsystemobject', 'grouptype']
             # Let's try to reduce as much as possible the use of relax control
-            #for checkedatt in relaxedatt:
             for attr in delta.keys():
                 if attr.lower() in relaxedatt:
                     modcontrols = ["relax:0", "provision:0"]