s4:operational LDB module - fix a misleading comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 23 Jun 2010 07:53:23 +0000 (09:53 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 23 Jun 2010 07:53:23 +0000 (09:53 +0200)
source4/dsdb/samdb/ldb_modules/operational.c

index e5aa516fbd29bf0b8eef74ff723a70a250d256da..f249b357f87fac0a49ddc5dd988149f74f98afef 100644 (file)
@@ -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)));