From c0eb4037585e1feb609d7acef196c4dc8872960b Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 14 Jun 2011 01:42:28 +0400 Subject: s4-upgradeprovision: remove useless comment --- source4/scripting/bin/upgradeprovision | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/scripting') 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"] -- cgit