From: Mark Andrews Date: Thu, 1 Aug 2019 01:32:28 +0000 (+1000) Subject: remove invalid comment X-Git-Tag: v9.15.3~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cfd0ecccf23862c910aba19f8f487c4135dc505;p=thirdparty%2Fbind9.git remove invalid comment --- diff --git a/lib/dns/rpz.c b/lib/dns/rpz.c index 391ea070d9c..b31ee6fd17f 100644 --- a/lib/dns/rpz.c +++ b/lib/dns/rpz.c @@ -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); /*