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 commit is contained in:
parent
c61415b05d
commit
3bd35bb8ab
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user