const char *host_addr,
const struct smbcli_options *options,
const char *host_name,
+ struct loadparm_context *lp_ctx,
struct resolve_context *resolve_ctx,
struct tevent_context *event_ctx,
const char *socket_options,
{
struct composite_context *c =
smbcli_sock_connect_send(mem_ctx, host_addr, options,
- host_name, resolve_ctx,
+ host_name, lp_ctx, resolve_ctx,
event_ctx, socket_options,
calling, called);
return smbcli_sock_connect_recv(c, mem_ctx, result);
}
creq = smbcli_sock_connect_send(state, NULL, &state->options,
- state->host, state->resolve_ctx,
+ state->host, lp_ctx, state->resolve_ctx,
state->ev, state->socket_options,
&state->calling,
&state->called);