svn commit: samba r23506 - in branches/SAMBA_4_0/source/torture/basic: .

ab at samba.org ab at samba.org
Fri Jun 15 12:23:15 GMT 2007


Author: ab
Date: 2007-06-15 12:23:14 +0000 (Fri, 15 Jun 2007)
New Revision: 23506

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

Log:
Turn back to RAW_READ_READ because buildfarm fails. Investigating.
Modified:
   branches/SAMBA_4_0/source/torture/basic/misc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/basic/misc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/basic/misc.c	2007-06-15 11:16:19 UTC (rev 23505)
+++ branches/SAMBA_4_0/source/torture/basic/misc.c	2007-06-15 12:23:14 UTC (rev 23506)
@@ -575,7 +575,7 @@
 				"Callback READ file:%d (%d/%d) Offset:%d\n",
 				state->nr,state->completed,torture_numops,
 				(state->readcnt*state->lp_params->blocksize));
-		rd.generic.level = RAW_READ_READX    ;
+		rd.generic.level = RAW_READ_READ;
 		rd.read.in.file.fnum	= state->fnum 	;
 		rd.read.in.offset	= state->readcnt * 
 					state->lp_params->blocksize;



More information about the samba-cvs mailing list