mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Put some code back which was removed in r43270
svn path=/trunk/; revision=43279
This commit is contained in:
@@ -1740,6 +1740,7 @@ WSPIoctl(IN SOCKET Handle,
|
||||
*lpErrno = WSAEFAULT;
|
||||
return SOCKET_ERROR;
|
||||
}
|
||||
Socket->SharedData.NonBlocking = *((PULONG)lpvInBuffer) ? 1 : 0;
|
||||
return SetSocketInformation(Socket, AFD_INFO_BLOCKING_MODE, (PULONG)lpvInBuffer, NULL);
|
||||
case FIONREAD:
|
||||
if( cbOutBuffer < sizeof(INT) || IS_INTRESOURCE(lpvOutBuffer) )
|
||||
|
||||
Reference in New Issue
Block a user