From 3729272f0a43889b5cf2af4157219dc3962e393b Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Mon, 26 Oct 2009 00:31:28 +0200 Subject: s4/drs: dsdb_schema uses dsdb_schema_prefixmap definition Signed-off-by: Stefan Metzmacher --- source4/dsdb/schema/schema.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/dsdb/schema') diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h index 175e999347..6c9ec96dfe 100644 --- a/source4/dsdb/schema/schema.h +++ b/source4/dsdb/schema/schema.h @@ -168,6 +168,8 @@ struct dsdb_schema { uint32_t num_prefixes; struct dsdb_schema_oid_prefix *prefixes; + struct dsdb_schema_prefixmap *prefixmap; + /* * the last element of the prefix mapping table isn't a oid, * it starts with 0xFF and has 21 bytes and is maybe a schema -- cgit