From 5a20525ef3b874014c2babe9a9a8248615c1e106 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 3 Jul 2001 07:53:36 +0000 Subject: [PATCH] unreachable statement --- lib/bind/irs/getaddrinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bind/irs/getaddrinfo.c b/lib/bind/irs/getaddrinfo.c index f91bd6920a..ba91e832b5 100644 --- a/lib/bind/irs/getaddrinfo.c +++ b/lib/bind/irs/getaddrinfo.c @@ -396,8 +396,8 @@ getaddrinfo(hostname, servname, hints, res) ERR(EAI_BADFLAGS); #else pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED); -#endif break; +#endif } /*