diff options
Diffstat (limited to 'tests/libtest/lib1510.c')
-rw-r--r-- | tests/libtest/lib1510.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1510.c b/tests/libtest/lib1510.c index fb57d6462..1bcf2165a 100644 --- a/tests/libtest/lib1510.c +++ b/tests/libtest/lib1510.c @@ -63,7 +63,7 @@ int test(char *URL) easy_setopt(curl, CURLOPT_RESOLVE, slist); - easy_setopt(curl, CURLOPT_MAXCONNECTS, 3); + easy_setopt(curl, CURLOPT_MAXCONNECTS, 3L); /* get NUM_HANDLES easy handles */ for(i=0; i < NUM_URLS; i++) { |