summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-08-11 15:43:22 +1000
committerAndrew Tridgell <tridge@samba.org>2011-08-12 04:00:07 +0200
commitf7902d766a0866d92e728449377a406f8e202b2a (patch)
treebbdf03283662bcd8706ead709254e690e51824b9 /source4/dsdb/samdb/samdb.h
parentf9d10a304d0197cc1ef5b14ab523d6462040088a (diff)
downloadsamba-f7902d766a0866d92e728449377a406f8e202b2a.tar.gz
samba-f7902d766a0866d92e728449377a406f8e202b2a.tar.bz2
samba-f7902d766a0866d92e728449377a406f8e202b2a.zip
s4-dsdb: remove the naming_fsmo and pdc_fsmo modules
these are not needed now that the rootdse modules calculates the validFSMOs attribute at runtime Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index 96f44c356e..8fb7b644ad 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -131,16 +131,6 @@ struct dsdb_extended_replicated_objects {
const struct drsuapi_DsReplicaLinkedAttribute *linked_attributes;
};
-struct dsdb_naming_fsmo {
- bool we_are_master;
- struct ldb_dn *master_dn;
-};
-
-struct dsdb_pdc_fsmo {
- bool we_are_master;
- struct ldb_dn *master_dn;
-};
-
#define DSDB_EXTENDED_CREATE_PARTITION_OID "1.3.6.1.4.1.7165.4.4.4"
struct dsdb_create_partition_exop {
struct ldb_dn *new_dn;