svn commit: samba r18541 - in branches/SAMBA_4_0/source/torture/raw: .

tridge at samba.org tridge at samba.org
Fri Sep 15 03:29:09 GMT 2006


Author: tridge
Date: 2006-09-15 03:29:08 +0000 (Fri, 15 Sep 2006)
New Revision: 18541

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

Log:

with 100 old style searches we can run out of file descriptors on some
systems. drop to 50

Modified:
   branches/SAMBA_4_0/source/torture/raw/search.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/search.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/search.c	2006-09-15 03:24:15 UTC (rev 18540)
+++ branches/SAMBA_4_0/source/torture/raw/search.c	2006-09-15 03:29:08 UTC (rev 18541)
@@ -1019,7 +1019,7 @@
 */
 static BOOL test_many_dirs(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
 {
-	const int num_dirs = 100;
+	const int num_dirs = 50;
 	int i, fnum, n;
 	char *fname, *dname;
 	BOOL ret = True;



More information about the samba-cvs mailing list