2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 16:45:24 +00:00

silence compiler

This commit is contained in:
Mark Andrews
2005-10-14 05:27:12 +00:00
parent 019a485092
commit 01cb276b7e

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 /*! \file
* *
@@ -1867,7 +1867,7 @@ static isc_boolean_t
cleanup_names(dns_adb_t *adb, int bucket, isc_stdtime_t now) { cleanup_names(dns_adb_t *adb, int bucket, isc_stdtime_t now) {
dns_adbname_t *name; dns_adbname_t *name;
dns_adbname_t *next_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); DP(CLEAN_LEVEL, "cleaning name bucket %d", bucket);