mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
tests/server/util: fix curltime mistake from 4dee50b9c8
This commit is contained in:
parent
0139545607
commit
920f777fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ int wait_ms(int timeout_ms)
|
|||
{
|
||||
#if !defined(MSDOS) && !defined(USE_WINSOCK)
|
||||
#ifndef HAVE_POLL_FINE
|
||||
struct curltime pending_tv;
|
||||
struct timeval pending_tv;
|
||||
#endif
|
||||
struct curltime initial_tv;
|
||||
int pending_ms;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue