summaryrefslogtreecommitdiff
path: root/source4/torture/raw
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-08-21 01:27:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:22 -0500
commitf7f2323e47f1da173bc7dbbcdf16acfc0f005db0 (patch)
treed0fe01eb53927eac07d383ce052b0443b23493b3 /source4/torture/raw
parent51aced3dc86c42e98d9b59db73331a5231854e1c (diff)
downloadsamba-f7f2323e47f1da173bc7dbbcdf16acfc0f005db0.tar.gz
samba-f7f2323e47f1da173bc7dbbcdf16acfc0f005db0.tar.bz2
samba-f7f2323e47f1da173bc7dbbcdf16acfc0f005db0.zip
r24588: use the right type
(This used to be commit 710f6dc17f4bdf994a5fefd439eee93e1774e70e)
Diffstat (limited to 'source4/torture/raw')
-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 ce00ca6c5f..e5b47cebe1 100644
--- a/source4/torture/raw/openbench.c
+++ b/source4/torture/raw/openbench.c
@@ -285,7 +285,7 @@ static void close_completed(struct smbcli_request *req)
static void echo_completion(struct smbcli_request *req)
{
- struct benchlock_state *state = (struct benchlock_state *)req->async.private;
+ struct benchopen_state *state = (struct benchopen_state *)req->async.private;
NTSTATUS status = smbcli_request_simple_recv(req);
if (NT_STATUS_EQUAL(status, NT_STATUS_END_OF_FILE) ||
NT_STATUS_EQUAL(status, NT_STATUS_LOCAL_DISCONNECT)) {