From 01cb276b7e5b6b9bc5d7f4bb5f4cf8c9add835f4 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 14 Oct 2005 05:27:12 +0000 Subject: [PATCH] silence compiler --- lib/dns/adb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/adb.c b/lib/dns/adb.c index 02dfb766db..9e11efa29c 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -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);