summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-28 21:02:49 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-28 21:02:49 +0100
commit7e045915205264efdd96d7e55a9e342c2748c93e (patch)
treec7a3de56dea258a2cc763d0c118a162a44c483a2 /source4/winbind
parent2946a11dc7d367128d8c002966ac19e3e36450dd (diff)
downloadsamba-7e045915205264efdd96d7e55a9e342c2748c93e.tar.gz
samba-7e045915205264efdd96d7e55a9e342c2748c93e.tar.bz2
samba-7e045915205264efdd96d7e55a9e342c2748c93e.zip
Remove use of global_loadparm.
(This used to be commit 3cf3922c806d0e33439073d204b44bf0af3102d5)
Diffstat (limited to 'source4/winbind')
-rw-r--r--source4/winbind/wb_dom_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/winbind/wb_dom_info.c b/source4/winbind/wb_dom_info.c
index 7558fc9d62..4fcbf3a6e5 100644
--- a/source4/winbind/wb_dom_info.c
+++ b/source4/winbind/wb_dom_info.c
@@ -71,6 +71,7 @@ struct composite_context *wb_get_dom_info_send(TALLOC_CTX *mem_ctx,
lp_nbt_port(service->task->lp_ctx),
domain_name, NBT_NAME_LOGON,
dom_sid,
+ lp_iconv_convenience(service->task->lp_ctx),
lp_resolve_context(service->task->lp_ctx),
service->task->event_ctx,
service->task->msg_ctx);