summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-12-21 21:25:27 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-02 08:16:53 +1100
commit9572535940e808d4dd681ee01b04ad589c7e73c9 (patch)
treee0f8a1b745e46c0c6ee32ac2331378ba2890977e /source4/dsdb/samdb/ldb_modules
parent5b31cb20dd49622fa761fd4ae1869bcc0de0330d (diff)
downloadsamba-9572535940e808d4dd681ee01b04ad589c7e73c9.tar.gz
samba-9572535940e808d4dd681ee01b04ad589c7e73c9.tar.bz2
samba-9572535940e808d4dd681ee01b04ad589c7e73c9.zip
s4-drs: update comment to refect only forward link in this fn
This function only update forward links Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules')
-rw-r--r--source4/dsdb/samdb/ldb_modules/repl_meta_data.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
index ba9a9bf3a9..ed0a96b14f 100644
--- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
+++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
@@ -2088,8 +2088,10 @@ static int replmd_rename_callback(struct ldb_request *req, struct ldb_reply *are
return ldb_next_request(ac->module, down_req);
}
-/* remove forwards and backlinks as needed when an object
- is deleted */
+/*
+ remove links from objects that point at this object when an object
+ is deleted
+ */
static int replmd_delete_remove_link(struct ldb_module *module,
struct dsdb_schema *schema,
struct ldb_dn *dn,