[PATCH] s4:ldb_modules: Correct typos.

Andrew Kroeger andrew at id10ts.net
Mon May 25 00:39:57 GMT 2009


All:

Please find attached a patch to correct some typos found in the S4 
ldb_modules.

Sincerely,
Andrew Kroeger
-------------- next part --------------
>From 0080c9a37194fd69b887fc9366903cd6df3ca39c Mon Sep 17 00:00:00 2001
From: Andrew Kroeger <andrew at id10ts.net>
Date: Sun, 24 May 2009 17:40:57 -0500
Subject: [PATCH] s4:ldb_modules: Correct typos.

---
 source4/dsdb/samdb/ldb_modules/kludge_acl.c   |    2 +-
 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 0b5994b..5bed28b 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 d619558..b4f52d7 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;
 	}
 
-- 
1.6.0.6



More information about the samba-technical mailing list