From: Mark Andrews Date: Fri, 18 Mar 2005 05:55:36 +0000 (+0000) Subject: silence compiler warnings. X-Git-Tag: v9.2.6b1~137^2~32 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ffbe9bb405dd350f30e6d763a6d2e587f728f16f;p=thirdparty%2Fbind9.git silence compiler warnings. --- diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index a08246e178e..5797afb7a2e 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb.c,v 1.203 2005/03/16 00:55:17 marka Exp $ */ +/* $Id: rbtdb.c,v 1.204 2005/03/18 05:55:36 marka Exp $ */ /* * Principal Author: Bob Halley @@ -6005,8 +6005,8 @@ acache_callback(dns_acacheentry_t *entry, void **arg) { UNLOCK(nodelock); - dns_db_detachnode((dns_db_t *)rbtdb, (dns_dbnode_t **)&rbtnode); - dns_db_detach((dns_db_t **)&rbtdb); + dns_db_detachnode((dns_db_t *)rbtdb, (dns_dbnode_t **)(void*)&rbtnode); + dns_db_detach((dns_db_t **)(void*)&rbtdb); *arg = NULL; }