mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
repl_meta_data: Add comment with some future improvements
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
75d523f579
commit
056b6b8e5c
@ -2119,6 +2119,16 @@ static int get_parsed_dns_trusted(struct ldb_module *module,
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* This upgrades links to FL2003 style, and sorts the result
|
||||
* if that was needed.
|
||||
*
|
||||
* TODO: Add a database feature that asserts we have no FL2000
|
||||
* style links to avoid this check or add a feature that
|
||||
* uses a similar check to find sorted/unsorted links
|
||||
* for an on-the-fly upgrade.
|
||||
*/
|
||||
|
||||
ret = replmd_check_upgrade_links(ldb_module_get_ctx(module),
|
||||
*pdn, el->num_values,
|
||||
el,
|
||||
|
Loading…
x
Reference in New Issue
Block a user