mirror of
https://github.com/curl/curl.git
synced 2025-09-06 20:34:59 +03:00
parent
2636828eee
commit
05382f3e78
|
@ -451,8 +451,7 @@ CURLcode Curl_async_await(struct Curl_easy *data,
|
|||
/* Operation complete, if the lookup was successful we now have the entry
|
||||
in the cache. */
|
||||
data->state.async.done = TRUE;
|
||||
if(entry)
|
||||
*entry = data->state.async.dns;
|
||||
*entry = data->state.async.dns;
|
||||
|
||||
if(result)
|
||||
ares_cancel(ares->channel);
|
||||
|
|
Loading…
Reference in New Issue
Block a user