From: Mark Andrews Date: Fri, 6 Jan 2006 02:07:03 +0000 (+0000) Subject: silence compiler warning X-Git-Tag: v9.2.7b1~91^2~18 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3430bfffca9a77aaecc1490f0be68496c4370703;p=thirdparty%2Fbind9.git silence compiler warning --- diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index c792baca24f..e609adb9355 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check-tool.c,v 1.22 2006/01/05 23:45:33 marka Exp $ */ +/* $Id: check-tool.c,v 1.23 2006/01/06 02:07:03 marka Exp $ */ /*! \file */ @@ -322,8 +322,9 @@ checkmx(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner) { namebuf, gai_strerror(result)); return (ISC_TRUE); } -#endif +#else return (ISC_TRUE); +#endif } static isc_boolean_t @@ -385,8 +386,9 @@ checksrv(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner) { namebuf, gai_strerror(result)); return (ISC_TRUE); } -#endif +#else return (ISC_TRUE); +#endif } isc_result_t