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

tridge at samba.org tridge at samba.org
Tue Aug 21 01:17:14 GMT 2007


Author: tridge
Date: 2007-08-21 01:17:13 +0000 (Tue, 21 Aug 2007)
New Revision: 24586

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

Log:

same bug in RAW-BENCH-OPEN

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/openbench.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/openbench.c	2007-08-21 01:16:04 UTC (rev 24585)
+++ branches/SAMBA_4_0/source/torture/raw/openbench.c	2007-08-21 01:17:13 UTC (rev 24586)
@@ -330,7 +330,7 @@
 		p.in.size = 0;
 		p.in.data = NULL;
 		req = smb_raw_echo_send(state[i].tree->session->transport, &p);
-		req->async.private = state;
+		req->async.private = &state[i];
 		req->async.fn      = echo_completion;
 	}
 }



More information about the samba-cvs mailing list