From 3430bfffca9a77aaecc1490f0be68496c4370703 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 6 Jan 2006 02:07:03 +0000 Subject: [PATCH] silence compiler warning --- bin/check/check-tool.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index c792baca24..e609adb935 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