Skip to content

Commit

Permalink
tests/server/util: fix curltime mistake from 4dee50b
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 2, 2017
1 parent 0139545 commit 920f777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 920f777

Please sign in to comment.