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

s4-upgradeprovision: remove useless code

This commit is contained in:
Matthieu Patou 2011-06-13 18:37:51 +04:00 committed by Matthieu Patou
parent 44c5406252
commit 01758595e3

View File

@ -918,9 +918,6 @@ def checkKeepAttributeWithMetadata(delta, att, message, reference, current,
else:
continue
if attrUSN is None:
delta.remove(att)
continue
if att == "nTSecurityDescriptor":
cursd = ndr_unpack(security.descriptor,
str(current[0]["nTSecurityDescriptor"]))