提交 d917ef0b 编写于 作者: D Daniel Sabogal 提交者: Rich Felker

remove dead case in gethostbyname2_r

this case statement was accidently left behind when this function
was refactored in commit e8f39ca4.
上级 66570ec9
...@@ -34,8 +34,6 @@ int gethostbyname2_r(const char *name, int af, ...@@ -34,8 +34,6 @@ int gethostbyname2_r(const char *name, int af,
case EAI_SYSTEM: case EAI_SYSTEM:
*err = NO_RECOVERY; *err = NO_RECOVERY;
return errno; return errno;
case 0:
break;
} }
h->h_addrtype = af; h->h_addrtype = af;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册