mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3:smbd: fix the build in smb2_ioctl.c
metze
This commit is contained in:
parent
140fe782a9
commit
b25227a177
@ -311,7 +311,7 @@ static struct tevent_req *smbd_smb2_ioctl_send(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
if (overflow) {
|
||||
tevent_req_nterror(STATUS_BUFFER_OVERFLOW);
|
||||
tevent_req_nterror(req, STATUS_BUFFER_OVERFLOW);
|
||||
} else {
|
||||
tevent_req_done(req);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user