mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
silence compiler warnings.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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
|
* Principal Author: Bob Halley
|
||||||
@@ -6005,8 +6005,8 @@ acache_callback(dns_acacheentry_t *entry, void **arg) {
|
|||||||
|
|
||||||
UNLOCK(nodelock);
|
UNLOCK(nodelock);
|
||||||
|
|
||||||
dns_db_detachnode((dns_db_t *)rbtdb, (dns_dbnode_t **)&rbtnode);
|
dns_db_detachnode((dns_db_t *)rbtdb, (dns_dbnode_t **)(void*)&rbtnode);
|
||||||
dns_db_detach((dns_db_t **)&rbtdb);
|
dns_db_detach((dns_db_t **)(void*)&rbtdb);
|
||||||
|
|
||||||
*arg = NULL;
|
*arg = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user