mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-15 19:00:56 -04:00
remove invalid comment
This commit is contained in:
parent
9b10cfef56
commit
9cfd0ecccf
1 changed files with 1 additions and 4 deletions
|
|
@ -2162,10 +2162,7 @@ dns_rpz_detach_rpzs(dns_rpz_zones_t **rpzsp) {
|
|||
*rpzsp = NULL;
|
||||
|
||||
if (isc_refcount_decrement(&rpzs->refs) == 1) {
|
||||
/*
|
||||
* Destroy the task first, so that nothing runs
|
||||
* in the background that might race with us.
|
||||
*/
|
||||
|
||||
isc_task_destroy(&rpzs->updater);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue