mirror of
https://github.com/curl/curl.git
synced 2026-06-14 00:45:45 +03:00
socketpair.c use interim err var in Curl_wakeup_consume f
This commit is contained in:
parent
14d5cab62c
commit
ac9dba09df
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ CURLcode Curl_wakeup_consume(curl_socket_t socks[2], bool all)
|
|||
if(!rc)
|
||||
break;
|
||||
else if(rc < 0) {
|
||||
err = SOCKERRNO;
|
||||
int err = SOCKERRNO;
|
||||
#ifndef USE_WINSOCK
|
||||
if(err == SOCKEINTR)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue