Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
struct tevent_context *ev,
const char *host,
const char *share,
+ struct loadparm_context *lp_ctx,
struct resolve_context *resolve_ctx,
struct cli_credentials *credentials,
bool fallback_to_anonymous,
ev,
host,
share,
+ lp_ctx,
resolve_ctx,
credentials,
false, /* fallback_to_anonymous */
subreq = smb2_connect_send(s, c->event_ctx,
conn->in.dest_host,
conn->in.service,
+ s->lp_ctx,
s->io.resolve_ctx,
conn->in.credentials,
conn->in.fallback_to_anonymous,