From d6a16b4d7f069d8a916c778bc26e6b645722c89b Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Thu, 8 Sep 2016 14:42:01 +1200 Subject: [PATCH] rpmd: Remove the seq_num check for skipping additional work We will need this in a later patch. Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 7 ------- 1 file changed, 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 -- 2.11.4.GIT