1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

select_res is not a socket, it should be a plain int

This commit is contained in:
Daniel Stenberg 2006-06-15 21:30:32 +00:00
parent f13ac35edf
commit 76cf020750

View File

@ -285,7 +285,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
curl_socket_t fd_read; curl_socket_t fd_read;
curl_socket_t fd_write; curl_socket_t fd_write;
curl_socket_t select_res; int select_res;
curl_off_t contentlength; curl_off_t contentlength;