mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Docfix.
This commit is contained in:
parent
c734e9a981
commit
8b30dbf8b5
@ -587,7 +587,7 @@ lookup_host (const char *host, int flags)
|
|||||||
hints.ai_flags |= AI_ADDRCONFIG;
|
hints.ai_flags |= AI_ADDRCONFIG;
|
||||||
#else
|
#else
|
||||||
/* On systems without AI_ADDRCONFIG, emulate it by manually
|
/* 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 ())
|
if (!socket_has_inet6 ())
|
||||||
hints.ai_family = AF_INET;
|
hints.ai_family = AF_INET;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user