mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix typo
svn path=/trunk/; revision=31278
This commit is contained in:
@@ -644,7 +644,7 @@ WSPSelect(
|
||||
PollBuffer = HeapAlloc(GlobalHeap, 0, PollBufferSize);
|
||||
|
||||
if (!PollBuffer) {
|
||||
if (*lpErrno) *lpErrno = WSAEFAULT;
|
||||
if (lpErrno) *lpErrno = WSAEFAULT;
|
||||
NtClose(SockEvent);
|
||||
return SOCKET_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user