mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share should give NOT_SUPPORTED
metze
This commit is contained in:
parent
21ac549e96
commit
0e261d0e9c
@ -336,7 +336,7 @@ static struct tevent_req *smbd_smb2_ioctl_send(TALLOC_CTX *mem_ctx,
|
||||
case 0x0011C017: /* FSCTL_PIPE_TRANSCEIVE */
|
||||
|
||||
if (!IS_IPC(smbreq->conn)) {
|
||||
tevent_req_nterror(req, NT_STATUS_INVALID_DEVICE_REQUEST);
|
||||
tevent_req_nterror(req, NT_STATUS_NOT_SUPPORTED);
|
||||
return tevent_req_post(req, ev);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user