mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:03:25 +00:00
- return WSAEMSGSIZE on both STATUS_BUFFER_TOO_SMALL / STATUS_BUFFER_OVERFLOW:
svn path=/trunk/; revision=40287
This commit is contained in:
parent
a83abb4f0e
commit
264b97f2c4
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ DWORD MsafdReturnWithErrno(NTSTATUS Status,
|
|||
case STATUS_PENDING:
|
||||
*Errno = WSA_IO_PENDING;
|
||||
break;
|
||||
case STATUS_BUFFER_TOO_SMALL:
|
||||
case STATUS_BUFFER_OVERFLOW:
|
||||
DbgPrint("MSAFD: STATUS_BUFFER_TOO_SMALL/STATUS_BUFFER_OVERFLOW\n");
|
||||
*Errno = WSAEMSGSIZE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue