diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-13 22:46:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:04 +0100 |
commit | 70ccac0f05067c89bbf1503a614d09e3fd429110 (patch) | |
tree | 4d9d7425b5ac34ddb70189707a12464f6fe98415 /source4/winbind | |
parent | 2bf0cdd01cf399bf28125f9e2a0d419f4e94996c (diff) | |
download | samba-70ccac0f05067c89bbf1503a614d09e3fd429110.tar.gz samba-70ccac0f05067c89bbf1503a614d09e3fd429110.tar.bz2 samba-70ccac0f05067c89bbf1503a614d09e3fd429110.zip |
r26435: Remove global_loadparm instance.
(This used to be commit 66fd8d480bdfeb1c95da8843da3d18abe3f997e1)
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_dom_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/winbind/wb_dom_info.c b/source4/winbind/wb_dom_info.c index 05b63e67c8..7558fc9d62 100644 --- a/source4/winbind/wb_dom_info.c +++ b/source4/winbind/wb_dom_info.c @@ -68,6 +68,7 @@ struct composite_context *wb_get_dom_info_send(TALLOC_CTX *mem_ctx, if (dom_sid == NULL) goto failed; ctx = finddcs_send(mem_ctx, lp_netbios_name(service->task->lp_ctx), + lp_nbt_port(service->task->lp_ctx), domain_name, NBT_NAME_LOGON, dom_sid, lp_resolve_context(service->task->lp_ctx), |