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

mimir at samba.org mimir at samba.org
Sat Jun 18 22:33:07 GMT 2005


Author: mimir
Date: 2005-06-18 22:33:07 +0000 (Sat, 18 Jun 2005)
New Revision: 7736

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

Log:
Propagate change in resolve_name function. Let's use default methods
in this case.


rafal


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-18 22:32:14 UTC (rev 7735)
+++ branches/SAMBA_4_0/source/libcli/composite/connect.c	2005-06-18 22:33:07 UTC (rev 7736)
@@ -349,7 +349,7 @@
 
 	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;



More information about the samba-cvs mailing list