tests/server/util: fix curltime mistake from 4dee50b9c8
This commit is contained in:
parent
0139545607
commit
920f777fc8
@ -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…
Reference in New Issue
Block a user