svn path=/trunk/; revision=31278
This commit is contained in:
Sylvain Petreolle
2007-12-16 14:55:48 +00:00
parent 16168cb5ea
commit 3d5e4d8fd3
+1 -1
View File
@@ -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;
}