Skip to content
Snippets Groups Projects
Commit 576be362 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

waitconnect() takes the timeout argument as a long

parent c52c592f
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ int Curl_nonblock(int sockfd, /* operate on this */
*/
static
int waitconnect(int sockfd, /* socket */
int timeout_msec)
long timeout_msec)
{
fd_set fd;
fd_set errfd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment