s4:new_partition LDB module - fix comments
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 5 Mar 2011 16:15:19 +0000 (17:15 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 10 Mar 2011 10:12:04 +0000 (11:12 +0100)
source4/dsdb/samdb/ldb_modules/new_partition.c

index 8eb3de8f4794a1fae210065c616005c7f1fd13a2..59743cd765428338c4a9d03994334d95cac1ebb6 100644 (file)
@@ -23,9 +23,9 @@
 /*
  *  Name: ldb
  *
- *  Component: ldb instancetype module
+ *  Component: ldb new partition module
  *
- *  Description: add an instanceType onto every new record
+ *  Description: Handle the add of new partitions
  *
  *  Author: Andrew Bartlett
  */
@@ -140,7 +140,7 @@ static int new_partition_add(struct ldb_module *module, struct ldb_request *req)
 
        ldb = ldb_module_get_ctx(module);
 
-       ldb_debug(ldb, LDB_DEBUG_TRACE, "instancetype_add_record\n");
+       ldb_debug(ldb, LDB_DEBUG_TRACE, "new_partition_add\n");
 
        /* do not manipulate our control entries */
        if (ldb_dn_is_special(req->op.add.message->dn)) {