hostip: fix typo
This commit is contained in:
parent
226d042a58
commit
2fe26a7c6a
@ -1240,7 +1240,7 @@ err:
|
|||||||
dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
|
dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
|
||||||
|
|
||||||
if(dns) {
|
if(dns) {
|
||||||
infof(data, "RESOLVE %.*s:%d is - old addresses discarded",
|
infof(data, "RESOLVE %.*s:%d - old addresses discarded",
|
||||||
(int)hlen, host_begin, port);
|
(int)hlen, host_begin, port);
|
||||||
/* delete old entry, there are two reasons for this
|
/* delete old entry, there are two reasons for this
|
||||||
1. old entry may have different addresses.
|
1. old entry may have different addresses.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user