s4:ldb_modules: Correct typos.
authorAndrew Kroeger <andrew@id10ts.net>
Sun, 24 May 2009 22:40:57 +0000 (17:40 -0500)
committerSimo Sorce <idra@samba.org>
Tue, 26 May 2009 20:38:39 +0000 (16:38 -0400)
source4/dsdb/samdb/ldb_modules/kludge_acl.c
source4/dsdb/samdb/ldb_modules/show_deleted.c

index 0b5994bb8896ed04e84b6e94e1bc2c2fe42af7e8..5bed28b00c77e07dae5a964c9cbb58b7eb6a33b7 100644 (file)
@@ -514,7 +514,7 @@ static int kludge_acl_init(struct ldb_module *module)
        ret = ldb_mod_register_control(module, LDB_CONTROL_SD_FLAGS_OID);
        if (ret != LDB_SUCCESS) {
                ldb_debug(ldb, LDB_DEBUG_ERROR,
-                       "partition: Unable to register control with rootdse!\n");
+                       "kludge_acl: Unable to register control with rootdse!\n");
                return LDB_ERR_OPERATIONS_ERROR;
        }
 
index d619558c214e5119ea06df45c44493f2b9fdb18b..b4f52d7cde22c427c9daa6c33a752b6b92f8c589 100644 (file)
@@ -145,7 +145,7 @@ static int show_deleted_init(struct ldb_module *module)
        ret = ldb_mod_register_control(module, LDB_CONTROL_SHOW_DELETED_OID);
        if (ret != LDB_SUCCESS) {
                ldb_debug(ldb, LDB_DEBUG_ERROR,
-                       "extended_dn: Unable to register control with rootdse!\n");
+                       "show_deleted: Unable to register control with rootdse!\n");
                return LDB_ERR_OPERATIONS_ERROR;
        }