diff options
Diffstat (limited to 'tests/libtest/lib505.c')
-rw-r--r-- | tests/libtest/lib505.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c index dc82e2d8f..7de0bc1e9 100644 --- a/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c @@ -38,7 +38,7 @@ int test(char *URL) { CURL *curl; - CURLcode res; + CURLcode res = CURLE_OK; FILE *hd_src ; int hd ; struct_stat file_info; |