mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] silence unused variable warning
This commit is contained in:
parent
c241017dcd
commit
98f9571bd9
1 changed files with 2 additions and 0 deletions
|
|
@ -490,7 +490,9 @@ view_flushanddetach(dns_view_t **viewp, isc_boolean_t flush) {
|
|||
view->flush = ISC_TRUE;
|
||||
isc_refcount_decrement(&view->references, &refs);
|
||||
if (refs == 0) {
|
||||
#ifdef BIND9
|
||||
dns_zone_t *mkzone = NULL, *rdzone = NULL;
|
||||
#endif
|
||||
|
||||
LOCK(&view->lock);
|
||||
if (!RESSHUTDOWN(view))
|
||||
|
|
|
|||
Loading…
Reference in a new issue