1
0
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:
Andrew Tridgell 2004-12-12 07:22:59 +00:00 committed by Gerald (Jerry) Carter
parent a763bd8385
commit 13c7794e02

View File

@ -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);
}