diff options
author | Garming Sam <garming@catalyst.net.nz> | 2016-09-08 14:42:01 +1200 |
---|---|---|
committer | Garming Sam <garming@samba.org> | 2016-09-08 10:46:08 +0200 |
commit | d6a16b4d7f069d8a916c778bc26e6b645722c89b (patch) | |
tree | 40ec17b407edd2a8513cd96632afb6380f8d0c79 /source4/dsdb | |
parent | b7f363c64f0238daa36d7a79f08d34785c7444f2 (diff) | |
download | samba-d6a16b4d7f069d8a916c778bc26e6b645722c89b.tar.gz |
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>
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index cc749ceeadf..2aae797eb5c 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -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 |