1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 23:33:23 +00:00

ext2-* options are renamed to fs-*

This commit is contained in:
Gerhard Rieger 2020-12-28 12:37:49 +01:00
parent f34e8a4dc1
commit beed38655f
15 changed files with 346 additions and 223 deletions

View file

@ -359,7 +359,7 @@ int xiogetaddrinfo(const char *node, const char *service,
/* this is not a typical IP6 resolver function - but Linux
"man gethostbyname" says that the only supported address type with
this function is AF_INET _at present_, so maybe this fallback will
be useful somewhere sometimesin a future even for IP6 */
be useful somewhere sometimes in a future even for IP6 */
if (family == PF_UNSPEC) {
#if WITH_IP4 && WITH_IP6
family = xioopts.default_ip=='6'?PF_INET6:PF_INET;