summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/operational.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-23 09:53:23 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-23 09:53:23 +0200
commit26a95463a614035a16192af157df874fd5554d13 (patch)
treefb696a3bbd3362aaa07e6af10d7d2c54e0d282a6 /source4/dsdb/samdb/ldb_modules/operational.c
parenteff7d2db312ba7e811ffc8985d6122fc852a39b5 (diff)
downloadsamba-26a95463a614035a16192af157df874fd5554d13.tar.gz
samba-26a95463a614035a16192af157df874fd5554d13.tar.bz2
samba-26a95463a614035a16192af157df874fd5554d13.zip
s4:operational LDB module - fix a misleading comment
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/operational.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/operational.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c
index e5aa516fbd..f249b357f8 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)));