ENOTCONN obviously doesn't exist in win32 so don't try to map that

This commit is contained in:
Daniel Stenberg 2009-03-23 13:08:17 +00:00
parent 022cac8510
commit 3d97a87669

View File

@ -57,10 +57,6 @@ static int wsa2errno(void)
case WSAENOTSOCK:
return EBADF;
case WSAENOTCONN:
case WSAECONNABORTED:
return ENOTCONN;
case WSAEINTR:
return EINTR;