s4:objectclass LDB module - cosmetic change
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 2 Jun 2010 19:43:55 +0000 (21:43 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 7 Jun 2010 12:47:21 +0000 (14:47 +0200)
source4/dsdb/samdb/ldb_modules/objectclass.c

index 53863b61df71c38b71161c2a2c9272acf70e1450..5ad68aef3916117dcecb27d2c43426ab97907bb0 100644 (file)
@@ -485,14 +485,15 @@ static int objectclass_do_add(struct oc_context *ac)
                }
        } else {
 
-               /* Fix up the DN to be in the standard form, taking particular care to match the parent DN */
+               /* Fix up the DN to be in the standard form, taking
+                * particular care to match the parent DN */
                ret = fix_dn(msg, 
                             ac->req->op.add.message->dn,
                             ac->search_res->message->dn,
                             &msg->dn);
 
                if (ret != LDB_SUCCESS) {
-                       ldb_asprintf_errstring(ldb, "Could not munge DN %s into normal form", 
+                       ldb_asprintf_errstring(ldb, "objectclass: Could not munge DN %s into normal form",
                                               ldb_dn_get_linearized(ac->req->op.add.message->dn));
                        talloc_free(mem_ctx);
                        return ret;