diff options
-rw-r--r-- | source4/dsdb/schema/schema_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_init.c b/source4/dsdb/schema/schema_init.c index bec6d5d9ef..30d0adeda7 100644 --- a/source4/dsdb/schema/schema_init.c +++ b/source4/dsdb/schema/schema_init.c @@ -1155,7 +1155,7 @@ WERROR dsdb_attach_schema_from_ldif_file(struct ldb_context *ldb, const char *pf goto nomem; } - schema->iconv_convenience = ldb_get_opaque(ldb, "loadparm"); + schema->iconv_convenience = lp_iconv_convenience(ldb_get_opaque(ldb, "loadparm")); /* * load the prefixMap attribute from pf |