made the Curl_he2ai() take the port number as an int intead, to avoid lots
of typecasts all over
This commit is contained in:
@@ -404,7 +404,7 @@ struct hostent {
|
||||
|
||||
*/
|
||||
|
||||
Curl_addrinfo *Curl_he2ai(struct hostent *he, unsigned short port)
|
||||
Curl_addrinfo *Curl_he2ai(struct hostent *he, int port)
|
||||
{
|
||||
Curl_addrinfo *ai;
|
||||
Curl_addrinfo *prevai = NULL;
|
||||
|
||||
Reference in New Issue
Block a user