mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove doc reference to non-extant ngethostbyname.
This commit is contained in:
parent
5baed885db
commit
c828d1e8be
@ -250,9 +250,7 @@ lookup_host (const char *host, int silent)
|
||||
if (!silent)
|
||||
logprintf (LOG_VERBOSE, _("Resolving %s... "), host);
|
||||
|
||||
/* Look up the host using gethostbyname(). Note that we use
|
||||
gethostbyname() rather than ngethostbyname(), because we already
|
||||
know that the address is not numerical. */
|
||||
/* Look up the host using gethostbyname(). */
|
||||
hptr = gethostbyname (host);
|
||||
if (!hptr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user