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

index cf4c67063171530c676d2fe36e3329fdf75d3395..403fa3b3a42910e45480486dea4000e065e1752d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: adb.c,v 1.215.18.9 2005/10/14 01:28:25 marka Exp $ */
+/* $Id: adb.c,v 1.215.18.10 2005/10/14 05:26:54 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);