The branch, master has been updated
       via  8e4c348... s4:objectclass LDB module - remove a unneeded newline
      from  7984243... Move to using 64-bit mid values in our internal open 
file database.

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


- Log -----------------------------------------------------------------
commit 8e4c34880a11b2b8a7b5fbb228c26301865a4b4d
Author: Matthias Dieter Wallnöfer <[email protected]>
Date:   Tue Apr 13 08:24:09 2010 +0200

    s4:objectclass LDB module - remove a unneeded newline

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/objectclass.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/objectclass.c 
b/source4/dsdb/samdb/ldb_modules/objectclass.c
index 910dc92..329bd81 100644
--- a/source4/dsdb/samdb/ldb_modules/objectclass.c
+++ b/source4/dsdb/samdb/ldb_modules/objectclass.c
@@ -465,8 +465,7 @@ static int objectclass_do_add(struct oc_context *ac)
 
        /* Check we have a valid parent */
        if (ac->search_res == NULL) {
-               if (ldb_dn_compare(ldb_get_root_basedn(ldb),
-                                                               msg->dn) == 0) {
+               if (ldb_dn_compare(ldb_get_root_basedn(ldb), msg->dn) == 0) {
                        /* Allow the tree to be started */
                        
                        /* but don't keep any error string, it's meaningless */


-- 
Samba Shared Repository

Reply via email to