ah, simplified my latest change more

This commit is contained in:
Daniel Stenberg 2004-06-24 12:01:20 +00:00
Родитель e49a6feabb
Коммит 8879b57b73
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -353,13 +353,6 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn,
h = gethostbyname(hostname);
if (!h)
infof(data, "gethostbyname(2) failed for %s\n", hostname);
else {
/*
* Translate the hostent to Curl_addrinfo and return the allocated
* data.
*/
return Curl_addrinfo_copy(h, port);
}
#endif /*HAVE_GETHOSTBYNAME_R */
}