Commit 920f777f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 01395456
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;