svn commit: samba r7652 - in branches/SAMBA_4_0/source/librpc/rpc: .

tridge at samba.org tridge at samba.org
Thu Jun 16 23:01:42 GMT 2005


Author: tridge
Date: 2005-06-16 23:01:42 +0000 (Thu, 16 Jun 2005)
New Revision: 7652

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

Log:
use event friendly connect in dcerpc socket code



Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_sock.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_sock.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_sock.c	2005-06-16 22:45:30 UTC (rev 7651)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_sock.c	2005-06-16 23:01:42 UTC (rev 7652)
@@ -306,7 +306,7 @@
 	}
 	talloc_steal(sock, socket_ctx);
 
-	status = socket_connect(socket_ctx, NULL, 0, server, port, 0);
+	status = socket_connect_ev(socket_ctx, NULL, 0, server, port, 0, c->event_ctx);
 	if (!NT_STATUS_IS_OK(status)) {
 		talloc_free(sock);
 		return status;



More information about the samba-cvs mailing list