diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-19 14:25:20 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-19 14:25:20 +0100 |
commit | b617f58cc39ffb5e7f775b88887bcf9112b1ded1 (patch) | |
tree | 453a7e1a9fa16555d34138a3a8d49ca914a347a6 /source4/dsdb | |
parent | cfd818cd45092d6fe11cb1e36f4a3cb90fb0a7fa (diff) | |
download | samba-b617f58cc39ffb5e7f775b88887bcf9112b1ded1.tar.gz samba-b617f58cc39ffb5e7f775b88887bcf9112b1ded1.tar.bz2 samba-b617f58cc39ffb5e7f775b88887bcf9112b1ded1.zip |
Fix accidently introduced bug - thanks metze.
(This used to be commit d0dfdab85ac751c62b0a6d6e6b1ff128940098ed)
Diffstat (limited to 'source4/dsdb')
-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 |