mirror of
https://github.com/fluencelabs/musl
synced 2025-06-26 21:22:11 +00:00
remove dead case in gethostbyname2_r
this case statement was accidently left behind when this function
was refactored in commit e8f39ca489
.
This commit is contained in:
committed by
Rich Felker
parent
66570ec9c4
commit
d917ef0b84
@ -34,8 +34,6 @@ int gethostbyname2_r(const char *name, int af,
|
||||
case EAI_SYSTEM:
|
||||
*err = NO_RECOVERY;
|
||||
return errno;
|
||||
case 0:
|
||||
break;
|
||||
}
|
||||
|
||||
h->h_addrtype = af;
|
||||
|
Reference in New Issue
Block a user