mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:37:17 +03:00
parent
e50a2002bd
commit
3349a633b8
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ Curl_cache_addr(struct Curl_easy *data,
|
|||
/* shuffle addresses if requested */
|
||||
if(data->set.dns_shuffle_addresses) {
|
||||
CURLcode result = Curl_shuffle_addr(data, &addr);
|
||||
if(!result)
|
||||
if(result)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue