mirror of
https://github.com/curl/curl.git
synced 2026-06-18 18:45:42 +03:00
fixup error: ‘result’ may be used uninitialized
This commit is contained in:
parent
04bffc4ba3
commit
2b78402064
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static void dump_cookies2504(CURL *h, const char *tag)
|
|||
static CURLcode test_lib2504(const char *URL)
|
||||
{
|
||||
CURL *curl;
|
||||
CURLcode result;
|
||||
CURLcode result = CURLE_OUT_OF_MEMORY;
|
||||
struct curl_slist *hdrs = NULL;
|
||||
|
||||
if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue