From f65c8402998c0759aac1ff27234a5e841a3bba37 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Tue, 9 Nov 2010 04:12:16 +0200 Subject: s4-dsdb_syntax: Add remote prefixMap member for dsdb_syntax conversions --- source4/dsdb/schema/schema_syntax.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/dsdb/schema/schema_syntax.c') diff --git a/source4/dsdb/schema/schema_syntax.c b/source4/dsdb/schema/schema_syntax.c index 9cd3105a2c..7d0bf597ce 100644 --- a/source4/dsdb/schema/schema_syntax.c +++ b/source4/dsdb/schema/schema_syntax.c @@ -48,6 +48,8 @@ void dsdb_syntax_ctx_init(struct dsdb_syntax_ctx *ctx, * i.e. attributeID_id will be returned by default */ ctx->is_schema_nc = true; + + ctx->pfm_remote = NULL; } -- cgit