svn commit: samba r7390 - in branches/SAMBA_3_0/source/torture: .

vlendec at samba.org vlendec at samba.org
Wed Jun 8 12:47:01 GMT 2005


Author: vlendec
Date: 2005-06-08 12:47:00 +0000 (Wed, 08 Jun 2005)
New Revision: 7390

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

Log:
Revision 7371 did not help :-(
Modified:
   branches/SAMBA_3_0/source/torture/torture.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_3_0/source/torture/torture.c	2005-06-08 12:35:07 UTC (rev 7389)
+++ branches/SAMBA_3_0/source/torture/torture.c	2005-06-08 12:47:00 UTC (rev 7390)
@@ -4481,10 +4481,6 @@
 
 	cli_sockopt(cli, sockops);
 
-	/* This is for a particular *slow* machine, lets see whether this then
-	 * shows up in the build farm. */
-	cli->timeout *= 10;
-
 	cli_list(cli, "\\LISTDIR\\*", 0, del_fn, cli);
 	cli_list(cli, "\\LISTDIR\\*", aDIR, del_fn, cli);
 	cli_rmdir(cli, "\\LISTDIR");



More information about the samba-cvs mailing list