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

tridge at samba.org tridge at samba.org
Tue Aug 21 01:16:07 GMT 2007


Author: tridge
Date: 2007-08-21 01:16:04 +0000 (Tue, 21 Aug 2007)
New Revision: 24585

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

Log:

put in the right state variable when doing a SMBecho - this caused the
wrong connection to reconnect on a SMBecho failure

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/lockbench.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/lockbench.c	2007-08-20 15:53:56 UTC (rev 24584)
+++ branches/SAMBA_4_0/source/torture/raw/lockbench.c	2007-08-21 01:16:04 UTC (rev 24585)
@@ -295,7 +295,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