diff options
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index fd4ec53aed..cd13d68092 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -4366,7 +4366,8 @@ void reply_writebraw(struct smb_request *req) (int)tcount,(int)nwritten,(int)numtowrite)); } - status = read_data(xconn->transport.sock, buf+4, numtowrite); + status = read_data_ntstatus(xconn->transport.sock, buf+4, + numtowrite); if (!NT_STATUS_IS_OK(status)) { /* Try and give an error message |