[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Mon Aug 9 14:59:13 MDT 2010


The branch, master has been updated
       via  7b41969... s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified
      from  a22989a... pidl:NDR: correctly handle no pointer bracket arrays with 'string'

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7b419696036bbcf7e37792721899bc65b4a2f0f8
Author: Matthieu Patou <mat at matws.net>
Date:   Tue Aug 10 00:54:50 2010 +0400

    s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified

-----------------------------------------------------------------------

Summary of changes:
 source4/scripting/bin/upgradeprovision |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision
index deb50e3..23c511f 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"):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list