1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r24586: same bug in RAW-BENCH-OPEN

(This used to be commit 3bd35bb8ab)
This commit is contained in:
Andrew Tridgell 2007-08-21 01:17:13 +00:00 committed by Gerald (Jerry) Carter
parent 489d23e808
commit 2d6e6ebddc

View File

@ -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;
}
}