]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove invalid comment
authorMark Andrews <marka@isc.org>
Thu, 1 Aug 2019 01:32:28 +0000 (11:32 +1000)
committerMark Andrews <marka@isc.org>
Thu, 1 Aug 2019 06:07:00 +0000 (16:07 +1000)
(cherry picked from commit 9cfd0ecccf23862c910aba19f8f487c4135dc505)

lib/dns/rpz.c

index a51063653e629dab2bfa28584f19a2b90c9baa8e..8587c37a675daebe0dbfe95ff11112be8c2feba9 100644 (file)
@@ -2173,10 +2173,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);
 
                /*