ENOTCONN obviously doesn't exist in win32 so don't try to map that
This commit is contained in:
parent
022cac8510
commit
3d97a87669
@ -57,10 +57,6 @@ static int wsa2errno(void)
|
||||
case WSAENOTSOCK:
|
||||
return EBADF;
|
||||
|
||||
case WSAENOTCONN:
|
||||
case WSAECONNABORTED:
|
||||
return ENOTCONN;
|
||||
|
||||
case WSAEINTR:
|
||||
return EINTR;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user