svn commit: samba r17255 - in branches/SAMBA_4_0/source/torture/nbench: .

tridge at samba.org tridge at samba.org
Wed Jul 26 11:41:09 GMT 2006


Author: tridge
Date: 2006-07-26 11:41:08 +0000 (Wed, 26 Jul 2006)
New Revision: 17255

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

Log:

fixed BENCH-NBENCH for new smb_raw_find_first() syntax

Modified:
   branches/SAMBA_4_0/source/torture/nbench/nbio.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/nbench/nbio.c
===================================================================
--- branches/SAMBA_4_0/source/torture/nbench/nbio.c	2006-07-26 08:08:48 UTC (rev 17254)
+++ branches/SAMBA_4_0/source/torture/nbench/nbio.c	2006-07-26 11:41:08 UTC (rev 17255)
@@ -619,7 +619,8 @@
 
 	mem_ctx = talloc_init("smbcli_dskattr");
 
-	io.t2ffirst.level = level;
+	io.t2ffirst.level = RAW_SEARCH_TRANS2;
+	io.t2ffirst.data_level = level;
 	io.t2ffirst.in.max_count = maxcnt;
 	io.t2ffirst.in.search_attrib = FILE_ATTRIBUTE_DIRECTORY;
 	io.t2ffirst.in.pattern = mask;



More information about the samba-cvs mailing list