From: Matthieu Patou Date: Mon, 9 Aug 2010 20:54:50 +0000 (+0400) Subject: s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=7b419696036bbcf7e37792721899bc65b4a2f0f8;p=mat%2Fsamba.git s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified --- diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index deb50e36fb..23c511f081 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -543,7 +543,7 @@ def add_missing_object(ref_samdb, samdb, dn, names, basedn, hash, index): try: if str(reference[0].get("cn")) == "RID Set": for klass in reference[0].get("objectClass"): - if str(klass).lower == "ridset": + if str(klass).lower() == "ridset": skip = True finally: if delta.get("objectSid"):