mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
r4159: fixed error return for writebraw
This commit is contained in:
parent
a763bd8385
commit
13c7794e02
@ -938,8 +938,7 @@ void reply_read_and_X(struct smbsrv_request *req)
|
||||
****************************************************************************/
|
||||
void reply_writebraw(struct smbsrv_request *req)
|
||||
{
|
||||
/* this one is damn complex - put it off for now */
|
||||
req_reply_error(req, NT_STATUS_FOOBAR);
|
||||
req_reply_dos_error(req, ERRSRV, ERRuseSTD);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user