From 5f4842cf65ce64bfdf577cd549565da20ca818cf Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 10 Dec 2007 18:41:19 +0100 Subject: r26376: Add context for libcli_resolve. (This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc) --- source4/winbind/wb_dom_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/winbind/wb_dom_info.c') diff --git a/source4/winbind/wb_dom_info.c b/source4/winbind/wb_dom_info.c index e53e3d827b..05b63e67c8 100644 --- a/source4/winbind/wb_dom_info.c +++ b/source4/winbind/wb_dom_info.c @@ -70,7 +70,7 @@ struct composite_context *wb_get_dom_info_send(TALLOC_CTX *mem_ctx, 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), + lp_resolve_context(service->task->lp_ctx), service->task->event_ctx, service->task->msg_ctx); if (ctx == NULL) goto failed; -- cgit