mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
unreachable statement
This commit is contained in:
parent
b8c618c852
commit
5a20525ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -396,8 +396,8 @@ getaddrinfo(hostname, servname, hints, res)
|
|||
ERR(EAI_BADFLAGS);
|
||||
#else
|
||||
pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
|
||||
#endif
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue