mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
parent
e50a2002bd
commit
3349a633b8
@ -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…
x
Reference in New Issue
Block a user