aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib540.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib540.c')
-rw-r--r--tests/libtest/lib540.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtest/lib540.c b/tests/libtest/lib540.c
index 21d14872b..a47f1dee6 100644
--- a/tests/libtest/lib540.c
+++ b/tests/libtest/lib540.c
@@ -136,6 +136,8 @@ static int loop(int num, CURLM *cm, const char* url, const char* userpwd,
if(res)
return res;
+ /* At this point, L is guaranteed to be greater or equal than -1. */
+
if(L != -1) {
T.tv_sec = L/1000;
T.tv_usec = (L%1000)*1000;