diff --git a/lib/easy.c b/lib/easy.c index 202d96151802d388e2bbffe40cd5fe165e857302..1e718abcbab835549d63349d87d4e3cb713f7c4d 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -718,7 +718,7 @@ static CURLcode easy_transfer(CURLM *multi) { bool done = FALSE; CURLMcode mcode = CURLM_OK; - CURLcode code; + CURLcode code = CURLE_OK; struct timeval before; int without_fds = 0; /* count number of consecutive returns from curl_multi_wait() without any filedescriptors */