mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
- Make isc_mutex_destroy return void
- Make isc_mutexblock_init/destroy return void - Minor cleanups
This commit is contained in:
@@ -1263,7 +1263,7 @@ dns_rrl_view_destroy(dns_view_t *view) {
|
||||
if (rrl->exempt != NULL)
|
||||
dns_acl_detach(&rrl->exempt);
|
||||
|
||||
DESTROYLOCK(&rrl->lock);
|
||||
isc_mutex_destroy(&rrl->lock);
|
||||
|
||||
while (!ISC_LIST_EMPTY(rrl->blocks)) {
|
||||
b = ISC_LIST_HEAD(rrl->blocks);
|
||||
|
Reference in New Issue
Block a user