diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib1512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1512.c b/tests/libtest/lib1512.c index 93d5ea908..447ffb218 100644 --- a/tests/libtest/lib1512.c +++ b/tests/libtest/lib1512.c @@ -34,7 +34,7 @@ int test(char *URL) { - CURLcode res; + CURLcode res = 0; CURL *curl[NUM_HANDLES] = {NULL, NULL}; char *port = libtest_arg3; char *address = libtest_arg2; |