summaryrefslogtreecommitdiff
path: root/source4/torture/raw/openbench.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-08-21 01:17:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:20 -0500
commit2d6e6ebddc974b01181640ae93dc408fe351cf4b (patch)
treea4ec14f9a822d1f8d7a83e60febfafa2d5b10a22 /source4/torture/raw/openbench.c
parent489d23e808e8a5a90ac2a6c57160bd6c6a651690 (diff)
downloadsamba-2d6e6ebddc974b01181640ae93dc408fe351cf4b.tar.gz
samba-2d6e6ebddc974b01181640ae93dc408fe351cf4b.tar.bz2
samba-2d6e6ebddc974b01181640ae93dc408fe351cf4b.zip
r24586: same bug in RAW-BENCH-OPEN
(This used to be commit 3bd35bb8abf2e49036d0356ce1b5db95908f7189)
Diffstat (limited to 'source4/torture/raw/openbench.c')
-rw-r--r--source4/torture/raw/openbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/openbench.c b/source4/torture/raw/openbench.c
index 73965e0333..10439e76f0 100644
--- a/source4/torture/raw/openbench.c
+++ b/source4/torture/raw/openbench.c
@@ -330,7 +330,7 @@ static void report_rate(struct event_context *ev, struct timed_event *te,
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;
}
}