tests/server/util: fix curltime mistake from 4dee50b9c8

This commit is contained in:
Daniel Stenberg 2017-08-02 11:53:27 +02:00
parent 0139545607
commit 920f777fc8
1 changed files with 1 additions and 1 deletions

View File

@ -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;