s4:objectclass LDB module - remove a unneeded newline
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 13 Apr 2010 06:24:09 +0000 (08:24 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 13 Apr 2010 06:24:09 +0000 (08:24 +0200)
source4/dsdb/samdb/ldb_modules/objectclass.c

index 910dc92e71bfe637fb9eaa04c37258f92d5b76be..329bd81ae3630c56780a8b969f1a5f1c3ffd45c5 100644 (file)
@@ -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 */