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