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

index 5f26c665fb16d2e4ce10c2d289a670828e04bc43..c0b31db1129dec68892e546a2229f1ecf9138924 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: adb.c,v 1.181.2.11.2.23 2005/10/14 01:38:47 marka Exp $ */
+/* $Id: adb.c,v 1.181.2.11.2.24 2005/10/14 05:19:00 marka Exp $ */
 
 /*
  * Implementation notes
@@ -1861,7 +1861,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);