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:
parent
5b31cb20dd
commit
9572535940
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user