diff options
author | Andrew Kroeger <andrew@id10ts.net> | 2009-05-24 17:40:57 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-05-26 16:38:39 -0400 |
commit | 73af16c0e7e599ca7f93b9769a42ae4ce0ce7a3e (patch) | |
tree | a3c718704de6400467a10ba5f513c1caaab07e2a /source4 | |
parent | bf863bccb662ff71a381f7c6d00e901d3c1c32fd (diff) | |
download | samba-73af16c0e7e599ca7f93b9769a42ae4ce0ce7a3e.tar.gz samba-73af16c0e7e599ca7f93b9769a42ae4ce0ce7a3e.tar.bz2 samba-73af16c0e7e599ca7f93b9769a42ae4ce0ce7a3e.zip |
s4:ldb_modules: Correct typos.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/kludge_acl.c | 2 | ||||
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/show_deleted.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/kludge_acl.c b/source4/dsdb/samdb/ldb_modules/kludge_acl.c index 0b5994bb88..5bed28b00c 100644 --- a/source4/dsdb/samdb/ldb_modules/kludge_acl.c +++ b/source4/dsdb/samdb/ldb_modules/kludge_acl.c @@ -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; } diff --git a/source4/dsdb/samdb/ldb_modules/show_deleted.c b/source4/dsdb/samdb/ldb_modules/show_deleted.c index d619558c21..b4f52d7cde 100644 --- a/source4/dsdb/samdb/ldb_modules/show_deleted.c +++ b/source4/dsdb/samdb/ldb_modules/show_deleted.c @@ -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; } |