mirror of
https://github.com/curl/curl.git
synced 2026-06-01 23:04:15 +03:00
fix error introduced in last commit
This commit is contained in:
parent
42a7905205
commit
3d5a8515a6
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ int Curl_socket_ready(curl_socket_t readfd, curl_socket_t writefd, int timeout_m
|
|||
ret |= CSELECT_IN;
|
||||
if (pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL))
|
||||
ret |= CSELECT_ERR;
|
||||
num++;
|
||||
}
|
||||
if (writefd != CURL_SOCKET_BAD) {
|
||||
if (pfd[num].revents & (POLLWRNORM|POLLOUT))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue