1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

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>
This commit is contained in:
Andrew Tridgell 2009-12-21 21:25:27 +11:00
parent 5b31cb20dd
commit 9572535940

View File

@ -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,