s4-dsdb_syntax: Add remote prefixMap member for dsdb_syntax conversions
[samba.git] / source4 / dsdb / schema / schema_syntax.c
index 9cd3105a2cd71d5c3dc5123c125217acec7d4b76..7d0bf597cedb98e213f256a6c1d0f5b59261f65c 100644 (file)
@@ -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;
 }