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

tridge at samba.org tridge at samba.org
Fri Sep 1 14:23:18 GMT 2006


Author: tridge
Date: 2006-09-01 14:23:17 +0000 (Fri, 01 Sep 2006)
New Revision: 17993

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

Log:

as metze pointed out, the composite_error() already calls the async
handler, so don't call composite_done()

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_connect.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_connect.c	2006-09-01 12:37:17 UTC (rev 17992)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_connect.c	2006-09-01 14:23:17 UTC (rev 17993)
@@ -742,9 +742,7 @@
 					   struct timeval t, void *private)
 {
 	struct composite_context *c = talloc_get_type(private, struct composite_context);
-	DEBUG(0,("DCERPC CONNECT TIMEOUT\n"));
 	composite_error(c, NT_STATUS_IO_TIMEOUT);
-	composite_done(c);
 }
 
 /*



More information about the samba-cvs mailing list