mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
parent
e50a2002bd
commit
3349a633b8
@ -455,7 +455,7 @@ Curl_cache_addr(struct Curl_easy *data,
|
|||||||
/* shuffle addresses if requested */
|
/* shuffle addresses if requested */
|
||||||
if(data->set.dns_shuffle_addresses) {
|
if(data->set.dns_shuffle_addresses) {
|
||||||
CURLcode result = Curl_shuffle_addr(data, &addr);
|
CURLcode result = Curl_shuffle_addr(data, &addr);
|
||||||
if(!result)
|
if(result)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user