]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/server/util: fix curltime mistake from 4dee50b9c80f9
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 09:53:27 +0000 (11:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 09:53:27 +0000 (11:53 +0200)
tests/server/util.c

index 105bb12feb239e9d7e8fd429ff19be0d1eb0835c..42e585349d0ae93e01012e24fcc6711d2362aa57 100644 (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;