svn commit: samba r7814 - in branches/SAMBA_4_0/source/libcli/composite: .

mimir at samba.org mimir at samba.org
Tue Jun 21 20:19:17 GMT 2005


Author: mimir
Date: 2005-06-21 20:19:17 +0000 (Tue, 21 Jun 2005)
New Revision: 7814

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7814

Log:
Propagate the change in resolve_name_send function.



Modified:
   branches/SAMBA_4_0/source/libcli/composite/connect.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/composite/connect.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/composite/connect.c	2005-06-21 20:18:08 UTC (rev 7813)
+++ branches/SAMBA_4_0/source/libcli/composite/connect.c	2005-06-21 20:19:17 UTC (rev 7814)
@@ -349,7 +349,7 @@
 
 	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;



More information about the samba-cvs mailing list