aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib553.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib553.c')
-rw-r--r--tests/libtest/lib553.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib553.c b/tests/libtest/lib553.c
index b9372b347..0a6fdcbdb 100644
--- a/tests/libtest/lib553.c
+++ b/tests/libtest/lib553.c
@@ -45,7 +45,7 @@ static char buf[SIZE_HEADERS + 100];
int test(char *URL)
{
CURL *curl;
- CURLcode res;
+ CURLcode res = CURLE_FAILED_INIT;
int i;
struct curl_slist *headerlist=NULL, *hl;