From: Rafal Szczesniak Date: Tue, 21 Jun 2005 20:19:17 +0000 (+0000) Subject: r7814: Propagate the change in resolve_name_send function. X-Git-Tag: samba-4.0.0alpha6~801^3~10311 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=49417aaed7a9e2cc841cad2f418f7f84765cce36 r7814: Propagate the change in resolve_name_send function. (This used to be commit 7abd634701e2f07ad0497cdbb41467b8911369c7) --- diff --git a/source4/libcli/composite/connect.c b/source4/libcli/composite/connect.c index 84023f6e3b9..b1d2eb28472 100644 --- a/source4/libcli/composite/connect.c +++ b/source4/libcli/composite/connect.c @@ -349,7 +349,7 @@ struct composite_context *smb_composite_connect_send(struct smb_composite_connec make_nbt_name_server(&name, io->in.dest_host); - state->creq = resolve_name_send(&name, c->event_ctx, NULL); + state->creq = resolve_name_send(&name, c->event_ctx, lp_name_resolve_order()); if (state->creq == NULL) goto failed; state->creq->async.private = c;