mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:57:16 +03:00
parent
afb3fd7112
commit
f25a807a7d
1 changed files with 3 additions and 2 deletions
|
|
@ -435,8 +435,9 @@ CURLcode Curl_resolver_is_resolved(struct Curl_easy *data,
|
|||
struct Curl_https_rrinfo *lhrr =
|
||||
Curl_memdup(&res->hinfo, sizeof(struct Curl_https_rrinfo));
|
||||
if(!lhrr)
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
(*dns)->hinfo = lhrr;
|
||||
result = CURLE_OUT_OF_MEMORY;
|
||||
else
|
||||
(*dns)->hinfo = lhrr;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue