Commit 576be362 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

waitconnect() takes the timeout argument as a long

parent c52c592f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;