mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r7736: Propagate change in resolve_name function. Let's use default methods
in this case. rafal
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
121cf5ec3e
commit
b0bae584a4
@@ -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);
|
||||
state->creq = resolve_name_send(&name, c->event_ctx, NULL);
|
||||
if (state->creq == NULL) goto failed;
|
||||
|
||||
state->creq->async.private = c;
|
||||
|
||||
Reference in New Issue
Block a user