]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler warning
authorMark Andrews <marka@isc.org>
Fri, 6 Jan 2006 02:07:03 +0000 (02:07 +0000)
committerMark Andrews <marka@isc.org>
Fri, 6 Jan 2006 02:07:03 +0000 (02:07 +0000)
bin/check/check-tool.c

index c792baca24fb9b72812371289e3fa6ddd833a62d..e609adb935595b84df519ee191202af9f7f6114a 100644 (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