mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r24588: use the right type
This commit is contained in:
parent
2ebf00dc42
commit
710f6dc17f
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user