diff options
author | Kamen Mazdrashki <kamen.mazdrashki@postpath.com> | 2009-10-26 00:31:28 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-11-06 14:05:41 +0100 |
commit | 3729272f0a43889b5cf2af4157219dc3962e393b (patch) | |
tree | de2b3db95c45cd6eb2950bd5ea09437a419942dd | |
parent | 3abe0ad7de11f22c7f4f3ddd8b6ffe8c06b9264f (diff) | |
download | samba-3729272f0a43889b5cf2af4157219dc3962e393b.tar.gz samba-3729272f0a43889b5cf2af4157219dc3962e393b.tar.xz samba-3729272f0a43889b5cf2af4157219dc3962e393b.zip |
s4/drs: dsdb_schema uses dsdb_schema_prefixmap definition
Signed-off-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r-- | source4/dsdb/schema/schema.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h index 175e999347d..6c9ec96dfe4 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 |