summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-04-13 08:24:09 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-04-13 08:24:09 +0200
commit8e4c34880a11b2b8a7b5fbb228c26301865a4b4d (patch)
treef0241587183f9bef50c18dd616336926355cc91e /source4
parent79842437684be380407661fc27e64f223a326b18 (diff)
downloadsamba-8e4c34880a11b2b8a7b5fbb228c26301865a4b4d.tar.gz
samba-8e4c34880a11b2b8a7b5fbb228c26301865a4b4d.tar.bz2
samba-8e4c34880a11b2b8a7b5fbb228c26301865a4b4d.zip
s4:objectclass LDB module - remove a unneeded newline
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/objectclass.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/objectclass.c b/source4/dsdb/samdb/ldb_modules/objectclass.c
index 910dc92e71..329bd81ae3 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 */