]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
replmd: Add placeholder sorted_links to struct replmd_private
authorAndrew Bartlett <abartlet@samba.org>
Fri, 3 Feb 2017 02:31:55 +0000 (15:31 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 9 Feb 2017 02:17:15 +0000 (03:17 +0100)
This will be initialised to false (zero) by default and will later come
from the compatibleFeatures in @SAMBA_DSDB

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index b4dacccd8e83069f4f0e0ad9be5703116119fc36..1cb36be67368317a698756f570808328a7798398 100644 (file)
@@ -69,6 +69,7 @@ struct replmd_private {
        } *ncs;
        struct ldb_dn *schema_dn;
        bool originating_updates;
+       bool sorted_links;
 };
 
 struct la_entry {