mirror of
https://github.com/curl/curl.git
synced 2026-05-06 09:17:28 +03:00
hostip: fix typo
This commit is contained in:
parent
226d042a58
commit
2fe26a7c6a
1 changed files with 1 additions and 1 deletions
|
|
@ -1240,7 +1240,7 @@ err:
|
|||
dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
|
||||
|
||||
if(dns) {
|
||||
infof(data, "RESOLVE %.*s:%d is - old addresses discarded",
|
||||
infof(data, "RESOLVE %.*s:%d - old addresses discarded",
|
||||
(int)hlen, host_begin, port);
|
||||
/* delete old entry, there are two reasons for this
|
||||
1. old entry may have different addresses.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue