]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler
authorMark Andrews <marka@isc.org>
Fri, 14 Oct 2005 05:27:12 +0000 (05:27 +0000)
committerMark Andrews <marka@isc.org>
Fri, 14 Oct 2005 05:27:12 +0000 (05:27 +0000)
lib/dns/adb.c

index 02dfb766db9cd824a02e6eaa6e19400ab3b882dd..9e11efa29c107b7bcf7c66f2931c88f0c739b110 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: adb.c,v 1.224 2005/10/14 01:14:08 marka Exp $ */
+/* $Id: adb.c,v 1.225 2005/10/14 05:27:12 marka Exp $ */
 
 /*! \file 
  *
@@ -1867,7 +1867,7 @@ static isc_boolean_t
 cleanup_names(dns_adb_t *adb, int bucket, isc_stdtime_t now) {
        dns_adbname_t *name;
        dns_adbname_t *next_name;
-       isc_result_t result = ISC_FALSE;
+       isc_boolean_t result = ISC_FALSE;
 
        DP(CLEAN_LEVEL, "cleaning name bucket %d", bucket);