From: Mark Andrews Date: Fri, 10 Oct 2003 00:13:50 +0000 (+0000) Subject: INSIST -> RUNTIME_CHECK X-Git-Tag: v9.2.4rc1~111^2~38 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=da318480f3c527e48647f4531225b259dffc8cb8;p=thirdparty%2Fbind9.git INSIST -> RUNTIME_CHECK --- diff --git a/lib/dns/adb.c b/lib/dns/adb.c index feebc865ad7..5f1b786bb83 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb.c,v 1.205 2003/07/25 02:22:24 marka Exp $ */ +/* $Id: adb.c,v 1.206 2003/10/10 00:13:50 marka Exp $ */ /* * Implementation notes @@ -1929,10 +1929,10 @@ timer_cleanup(isc_task_t *task, isc_event_t *ev) { /* * Call our cleanup routines. */ - INSIST(cleanup_names(adb, adb->next_cleanbucket, now) == - ISC_FALSE); - INSIST(cleanup_entries(adb, adb->next_cleanbucket, now) == - ISC_FALSE); + RUNTIME_CHECK(cleanup_names(adb, adb->next_cleanbucket, now) == + ISC_FALSE); + RUNTIME_CHECK(cleanup_entries(adb, adb->next_cleanbucket, now) + == ISC_FALSE); /* * Set the next bucket to be cleaned.