2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

silence compiler warnings.

This commit is contained in:
Mark Andrews 2005-03-18 05:55:36 +00:00
parent 2da53322f3
commit ffbe9bb405

View File

@ -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;
}