mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
- Comment an error-setting line since we don't have get_sock_error() function
- Something different should be used here - This change fixes building of the component svn path=/trunk/; revision=21620
This commit is contained in:
parent
9434974968
commit
83e8c1a2f3
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ BOOL NETCON_set_timeout(WININET_NETCONNECTION *connection, BOOL send, int value)
|
|||
if (result == -1)
|
||||
{
|
||||
WARN("setsockopt failed (%s)\n", strerror(errno));
|
||||
INTERNET_SetLastError(sock_get_error(errno));
|
||||
//INTERNET_SetLastError(sock_get_error(errno));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue