mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Fix a typo
svn path=/trunk/; revision=42771
This commit is contained in:
parent
5b91c1a754
commit
1361a97afb
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ DWORD MsafdReturnWithErrno(NTSTATUS Status,
|
|||
case STATUS_NO_MEMORY: /* Fall through to STATUS_INSUFFICIENT_RESOURCES */
|
||||
case STATUS_INSUFFICIENT_RESOURCES:
|
||||
DbgPrint("MSAFD: STATUS_NO_MEMORY/STATUS_INSUFFICIENT_RESOURCES\n");
|
||||
*Errno = WSANOBUFS;
|
||||
*Errno = WSAENOBUFS;
|
||||
break;
|
||||
case STATUS_INVALID_CONNECTION:
|
||||
DbgPrint("MSAFD: STATUS_INVALID_CONNECTION\n");
|
||||
|
|
Loading…
Reference in a new issue