mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
rpmd: Remove the seq_num check for skipping additional work
We will need this in a later patch. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
b7f363c64f
commit
d6a16b4d7f
@ -2586,13 +2586,6 @@ static int replmd_modify_handle_linked_attribs(struct ldb_module *module,
|
||||
const struct dsdb_schema *schema;
|
||||
struct GUID old_guid;
|
||||
|
||||
if (seq_num == 0) {
|
||||
/* there the replmd_update_rpmd code has already
|
||||
* checked and saw that there are no linked
|
||||
* attributes */
|
||||
return LDB_SUCCESS;
|
||||
}
|
||||
|
||||
if (dsdb_functional_level(ldb) == DS_DOMAIN_FUNCTION_2000) {
|
||||
/*
|
||||
* Nothing special is required for modifying or vanishing links
|
||||
|
Loading…
Reference in New Issue
Block a user