1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r7814: Propagate the change in resolve_name_send function.

This commit is contained in:
Rafal Szczesniak 2005-06-21 20:19:17 +00:00 committed by Gerald (Jerry) Carter
parent 84315cdf0d
commit 7abd634701

View File

@ -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;