svn commit: samba r18613 - in branches/SAMBA_3_0/source/libsmb: .

jra at samba.org jra at samba.org
Mon Sep 18 15:20:33 GMT 2006


Author: jra
Date: 2006-09-18 15:20:33 +0000 (Mon, 18 Sep 2006)
New Revision: 18613

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

Log:
Metze, in your DLINKLIST commit you changed this
from 10 seconds to 30 seconds. I don't think you
meant to do this....
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/cliconnect.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/cliconnect.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/cliconnect.c	2006-09-18 10:15:58 UTC (rev 18612)
+++ branches/SAMBA_3_0/source/libsmb/cliconnect.c	2006-09-18 15:20:33 UTC (rev 18613)
@@ -1423,7 +1423,7 @@
 		return NT_STATUS_UNSUCCESSFUL;
 	}
 
-	cli_set_timeout(cli, 30000); /* 10 seconds. */
+	cli_set_timeout(cli, 10000); /* 10 seconds. */
 
 	if (dest_ip)
 		ip = *dest_ip;



More information about the samba-cvs mailing list