From: Andrew Bartlett Date: Fri, 3 Feb 2017 02:31:55 +0000 (+1300) Subject: replmd: Add placeholder sorted_links to struct replmd_private X-Git-Tag: talloc-2.1.9~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffff8c847e0beae7c1b29d3b8010eb300f80b9fa;p=thirdparty%2Fsamba.git replmd: Add placeholder sorted_links to struct replmd_private This will be initialised to false (zero) by default and will later come from the compatibleFeatures in @SAMBA_DSDB Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index b4dacccd8e8..1cb36be6736 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -69,6 +69,7 @@ struct replmd_private { } *ncs; struct ldb_dn *schema_dn; bool originating_updates; + bool sorted_links; }; struct la_entry {