diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-07 13:30:23 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:45 +0100 |
commit | 0c91026e587ca74692bc9223a6b5493e35943aee (patch) | |
tree | 8721c37ff93ec45cc6b0d61f6baca67fb3ab27b1 /source/winbind | |
parent | 10ccfb4c8970bdb140aa9daf945caea72a4ab7cd (diff) | |
download | samba-0c91026e587ca74692bc9223a6b5493e35943aee.tar.gz |
r26333: No more global_loadparm in finddcs.
Diffstat (limited to 'source/winbind')
-rw-r--r-- | source/winbind/wb_dom_info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/winbind/wb_dom_info.c b/source/winbind/wb_dom_info.c index 99538bfb001..e53e3d827b3 100644 --- a/source/winbind/wb_dom_info.c +++ b/source/winbind/wb_dom_info.c @@ -67,7 +67,8 @@ struct composite_context *wb_get_dom_info_send(TALLOC_CTX *mem_ctx, dom_sid = dom_sid_dup(mem_ctx, sid); if (dom_sid == NULL) goto failed; - ctx = finddcs_send(mem_ctx, domain_name, NBT_NAME_LOGON, + ctx = finddcs_send(mem_ctx, lp_netbios_name(service->task->lp_ctx), + domain_name, NBT_NAME_LOGON, dom_sid, lp_name_resolve_order(service->task->lp_ctx), service->task->event_ctx, |