Loading lib/ssh.c +1 −1 Original line number Diff line number Diff line Loading @@ -2444,7 +2444,7 @@ static CURLcode ssh_easy_statemach(struct connectdata *conn, } /* wait for the socket to become ready */ Curl_socket_ready(fd_read, fd_write, left>1000?1000:left); /* ignore result */ (int)(left>1000?1000:left)); /* ignore result */ } #endif Loading Loading
lib/ssh.c +1 −1 Original line number Diff line number Diff line Loading @@ -2444,7 +2444,7 @@ static CURLcode ssh_easy_statemach(struct connectdata *conn, } /* wait for the socket to become ready */ Curl_socket_ready(fd_read, fd_write, left>1000?1000:left); /* ignore result */ (int)(left>1000?1000:left)); /* ignore result */ } #endif Loading