1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Docfix.

This commit is contained in:
hniksic 2003-12-14 07:25:29 -08:00
parent c734e9a981
commit 8b30dbf8b5

View File

@ -587,7 +587,7 @@ lookup_host (const char *host, int flags)
hints.ai_flags |= AI_ADDRCONFIG;
#else
/* On systems without AI_ADDRCONFIG, emulate it by manually
checking whether the system supports IPv6 sockets and. */
checking whether the system supports IPv6 sockets. */
if (!socket_has_inet6 ())
hints.ai_family = AF_INET;
#endif