- I hate catching these things as the commit is going out

svn path=/trunk/; revision=48523
This commit is contained in:
Cameron Gutman 2010-08-12 13:15:35 +00:00
parent 17e0e75eb5
commit 8d3e4feb39

View file

@ -1944,12 +1944,12 @@ WSPIoctl(IN SOCKET Handle,
} }
*lpErrno = GetSocketInformation(Socket, AFD_INFO_RECEIVE_CONTENT_SIZE, (PULONG)lpvOutBuffer, NULL); *lpErrno = GetSocketInformation(Socket, AFD_INFO_RECEIVE_CONTENT_SIZE, (PULONG)lpvOutBuffer, NULL);
if (*lpErrno != NO_ERROR) if (*lpErrno != NO_ERROR)
return SOCKET_ERROR;
else
{ {
*lpcbBytesReturned = sizeof(ULONG); *lpcbBytesReturned = sizeof(ULONG);
return SOCKET_ERROR;
}
else
return NO_ERROR; return NO_ERROR;
}
default: default:
*lpErrno = Socket->HelperData->WSHIoctl(Socket->HelperContext, *lpErrno = Socket->HelperData->WSHIoctl(Socket->HelperContext,
Handle, Handle,