diff options
author | Matthieu Patou <mat@matws.net> | 2011-06-14 01:42:28 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2011-06-19 23:21:08 +0200 |
commit | c0eb4037585e1feb609d7acef196c4dc8872960b (patch) | |
tree | c63ff4b47c09c49d6473fe1c1c55b55804b387de | |
parent | bc7b8fa108bf27f78c69f5aec3e408e59555c232 (diff) | |
download | samba-c0eb4037585e1feb609d7acef196c4dc8872960b.tar.gz samba-c0eb4037585e1feb609d7acef196c4dc8872960b.tar.xz samba-c0eb4037585e1feb609d7acef196c4dc8872960b.zip |
s4-upgradeprovision: remove useless comment
-rwxr-xr-x | source4/scripting/bin/upgradeprovision | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index bf06a3c4f79..a5a42a9d463 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"] |