diff options
author | Matthieu Patou <mat@matws.net> | 2011-06-13 18:37:51 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2011-06-19 23:21:08 +0200 |
commit | 01758595e3c01751f259e5b2edaf07beb982ed76 (patch) | |
tree | c1cfb2008036abc7243a8b712340e54e7c432f70 /source4/scripting | |
parent | 44c540625216b7f9754f7e9461bbd5d026a1e9cf (diff) | |
download | samba-01758595e3c01751f259e5b2edaf07beb982ed76.tar.gz samba-01758595e3c01751f259e5b2edaf07beb982ed76.tar.bz2 samba-01758595e3c01751f259e5b2edaf07beb982ed76.zip |
s4-upgradeprovision: remove useless code
Diffstat (limited to 'source4/scripting')
-rwxr-xr-x | source4/scripting/bin/upgradeprovision | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index b197c6cb84..735757aa2c 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -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"])) |