mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r16731: send a better error code, required for vista-beta2 client
metze
This commit is contained in:
parent
9c3992a279
commit
a251e72206
@ -232,7 +232,7 @@ void smb2srv_lock_recv(struct smb2srv_request *req)
|
||||
|
||||
void smb2srv_ioctl_recv(struct smb2srv_request *req)
|
||||
{
|
||||
smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED);
|
||||
smb2srv_send_error(req, NT_STATUS_FS_DRIVER_REQUIRED);
|
||||
}
|
||||
|
||||
void smb2srv_cancel_recv(struct smb2srv_request *req)
|
||||
|
Loading…
Reference in New Issue
Block a user