mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Fix accidently introduced bug - thanks metze.
(This used to be commit d0dfdab85a
)
This commit is contained in:
parent
cfd818cd45
commit
b617f58cc3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user