asyn-ares: use the correct port number
Only triggers with old c-ares versions.
Follow-up to 8ded8e5f3f
Closes #16511
This commit is contained in:
parent
af6172c8f2
commit
953cd694dc
@ -592,7 +592,7 @@ static void query_completed_cb(void *arg, /* (struct connectdata *) */
|
|||||||
res->num_pending--;
|
res->num_pending--;
|
||||||
|
|
||||||
if(CURL_ASYNC_SUCCESS == status) {
|
if(CURL_ASYNC_SUCCESS == status) {
|
||||||
struct Curl_addrinfo *ai = Curl_he2ai(hostent, data->conn->localport);
|
struct Curl_addrinfo *ai = Curl_he2ai(hostent, data->conn->remote_port);
|
||||||
if(ai) {
|
if(ai) {
|
||||||
compound_results(res, ai);
|
compound_results(res, ai);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user