mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
sockfilt.c: commit b44da5a82a
follow-up
This commit is contained in:
parent
b44da5a82a
commit
77b5c0b2cf
@ -432,7 +432,7 @@ static int select_ws(int nfds, fd_set *readfds, fd_set *writefds,
|
||||
}
|
||||
|
||||
if(!nfds) {
|
||||
Sleep(1000*tv->tv_sec + tv->tv_usec/1000);
|
||||
Sleep(1000*timeout->tv_sec + timeout->tv_usec/1000);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user