[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Wed Jun 23 01:56:43 MDT 2010


The branch, master has been updated
       via  26a9546... s4:operational LDB module - fix a misleading comment
      from  eff7d2d... s4:samr RPC server - make use of LDB constants in macros

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 26a95463a614035a16192af157df874fd5554d13
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Wed Jun 23 09:53:23 2010 +0200

    s4:operational LDB module - fix a misleading comment

-----------------------------------------------------------------------

Summary of changes:
 source4/dsdb/samdb/ldb_modules/operational.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c
index e5aa516..f249b35 100644
--- a/source4/dsdb/samdb/ldb_modules/operational.c
+++ b/source4/dsdb/samdb/ldb_modules/operational.c
@@ -217,7 +217,8 @@ static int construct_parent_guid(struct ldb_module *module,
 
 	ret = dsdb_module_search_dn(module, msg, &res, parent_dn, attrs, DSDB_SEARCH_SHOW_DELETED);
 	talloc_free(parent_dn);
-	/* if there is no parentGUID for this object, then return */
+
+	/* if there is no parent for this object, then return */
 	if (ret == LDB_ERR_NO_SUCH_OBJECT) {
 		DEBUG(4,(__location__ ": Parent dn for %s does not exist \n",
 			 ldb_dn_get_linearized(msg->dn)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list