mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
mctx is nolonger required
This commit is contained in:
parent
4c11a79320
commit
e1d7ec063f
1 changed files with 1 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: aclconf.c,v 1.31 2011/06/17 23:47:49 tbox Exp $ */
|
||||
/* $Id: aclconf.c,v 1.32 2011/08/26 04:49:14 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -74,13 +74,11 @@ void
|
|||
cfg_aclconfctx_detach(cfg_aclconfctx_t **actxp) {
|
||||
cfg_aclconfctx_t *actx;
|
||||
dns_acl_t *dacl, *next;
|
||||
isc_mem_t *mctx;
|
||||
unsigned int refs;
|
||||
|
||||
REQUIRE(actxp != NULL && *actxp != NULL);
|
||||
|
||||
actx = *actxp;
|
||||
mctx = actx->mctx;
|
||||
|
||||
isc_refcount_decrement(&actx->references, &refs);
|
||||
if (refs == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue