summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1506.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1506.c')
-rw-r--r--tests/libtest/lib1506.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1506.c b/tests/libtest/lib1506.c
index e524beb7..008a9cae 100644
--- a/tests/libtest/lib1506.c
+++ b/tests/libtest/lib1506.c
@@ -60,7 +60,7 @@ int test(char *URL)
multi_init(m);
- multi_setopt(m, CURLMOPT_MAXCONNECTS, 3);
+ multi_setopt(m, CURLMOPT_MAXCONNECTS, 3L);
/* get NUM_HANDLES easy handles */
for(i=0; i < NUM_HANDLES; i++) {