summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-06-14 01:42:28 +0400
committerMatthieu Patou <mat@samba.org>2011-06-19 23:21:08 +0200
commitc0eb4037585e1feb609d7acef196c4dc8872960b (patch)
treec63ff4b47c09c49d6473fe1c1c55b55804b387de /source4
parentbc7b8fa108bf27f78c69f5aec3e408e59555c232 (diff)
downloadsamba-c0eb4037585e1feb609d7acef196c4dc8872960b.tar.gz
samba-c0eb4037585e1feb609d7acef196c4dc8872960b.tar.bz2
samba-c0eb4037585e1feb609d7acef196c4dc8872960b.zip
s4-upgradeprovision: remove useless comment
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/scripting/bin/upgradeprovision1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision
index bf06a3c4f7..a5a42a9d46 100755
--- a/source4/scripting/bin/upgradeprovision
+++ b/source4/scripting/bin/upgradeprovision
@@ -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"]