silence compiler warning

This commit is contained in:
Mark Andrews 2006-01-06 02:07:03 +00:00
parent 3b4098640d
commit 3430bfffca

View file

@ -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