summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-06-13 18:37:51 +0400
committerMatthieu Patou <mat@samba.org>2011-06-19 23:21:08 +0200
commit01758595e3c01751f259e5b2edaf07beb982ed76 (patch)
treec1cfb2008036abc7243a8b712340e54e7c432f70 /source4
parent44c540625216b7f9754f7e9461bbd5d026a1e9cf (diff)
downloadsamba-01758595e3c01751f259e5b2edaf07beb982ed76.tar.gz
samba-01758595e3c01751f259e5b2edaf07beb982ed76.tar.bz2
samba-01758595e3c01751f259e5b2edaf07beb982ed76.zip
s4-upgradeprovision: remove useless code
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/scripting/bin/upgradeprovision3
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"]))