summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-04-09 13:46:18 +1000
committerAndrew Tridgell <tridge@samba.org>2009-04-09 13:46:18 +1000
commit37254b7a76a458ee40fabd673e2adaf0dcd663cc (patch)
tree36aa9401cd7a4fcbf4b20dedf122139a13381422 /source4/dsdb/schema/schema.h
parent481fb8aa138b753d83527efc18ced6c8c8eb84c4 (diff)
downloadsamba-37254b7a76a458ee40fabd673e2adaf0dcd663cc.tar.gz
samba-37254b7a76a458ee40fabd673e2adaf0dcd663cc.tar.bz2
samba-37254b7a76a458ee40fabd673e2adaf0dcd663cc.zip
fixed the possibleInferiors calculation so it now passes the test
We are probably still using more memory here than we need to. That needs to be looked at.
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index 92cfe113d4..e15f65a0a1 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -137,7 +137,6 @@ struct dsdb_class {
char **subclasses;
char **subclasses_direct;
char **posssuperiors;
- char **possible_inferiors;
};
struct dsdb_schema_oid_prefix {