gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 176/208: tests/server/util: fix curltime mistake fr


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 176/208: tests/server/util: fix curltime mistake from 4dee50b9c80f9
Date: Wed, 09 Aug 2017 17:36:13 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 920f777fc83211a86f8d4595f2cda0af7b50a366
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 2 11:53:27 2017 +0200

    tests/server/util: fix curltime mistake from 4dee50b9c80f9
---
 tests/server/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/server/util.c b/tests/server/util.c
index 105bb12fe..42e585349 100644
--- a/tests/server/util.c
+++ b/tests/server/util.c
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]