s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[mdw/samba-autobuild/.git] / source4 / winbind / wb_dom_info_trusted.c
index eebabaee4467c544ab0039c90670a46ad814f27f..8086714a6edbf5f9cf46aba4d25288fe0111272e 100644 (file)
@@ -199,7 +199,7 @@ static void trusted_dom_info_recv_dcname(struct tevent_req *subreq)
        if (*state->info->dcs[0].name == '\\') state->info->dcs[0].name++;
        
        make_nbt_name(&name, state->info->dcs[0].name, 0x20);
-       ctx = resolve_name_send(lp_resolve_context(state->service->task->lp_ctx), state,
+       ctx = resolve_name_send(lpcfg_resolve_context(state->service->task->lp_ctx), state,
                                &name, state->service->task->event_ctx);
 
        composite_continue(state->ctx, ctx, trusted_dom_info_recv_dcaddr,