1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s4-upgradeprovision: remove useless comment

This commit is contained in:
Matthieu Patou 2011-06-14 01:42:28 +04:00 committed by Matthieu Patou
parent bc7b8fa108
commit c0eb403758

View File

@ -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"]