diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-21 20:19:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:40 -0500 |
commit | 49417aaed7a9e2cc841cad2f418f7f84765cce36 (patch) | |
tree | eb103d4566ff1407cf746e4a26b43c2137f56dbd /source4/libcli/composite | |
parent | 338bc0f58aef55f4b5820b97b234d2507d1ea236 (diff) | |
download | samba-49417aaed7a9e2cc841cad2f418f7f84765cce36.tar.gz samba-49417aaed7a9e2cc841cad2f418f7f84765cce36.tar.bz2 samba-49417aaed7a9e2cc841cad2f418f7f84765cce36.zip |
r7814: Propagate the change in resolve_name_send function.
(This used to be commit 7abd634701e2f07ad0497cdbb41467b8911369c7)
Diffstat (limited to 'source4/libcli/composite')
-rw-r--r-- | source4/libcli/composite/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/composite/connect.c b/source4/libcli/composite/connect.c index 84023f6e3b..b1d2eb2847 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; |