From: Alessio Podda Date: Fri, 17 Jul 2026 13:07:57 +0000 (+0000) Subject: chg: dev: Do not attach authdb X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fbind9.git chg: dev: Do not attach authdb The authdb variable is used either to check that, on restarts, we do not cross to a different zone unless recursion is enabled, and to lookup the zone version when filling the additional section. Neither use requires the pointer to be attached, and attaching the pointer causes scalability issues. This commit solves the problem by turning the pointer into an integer id. Merge branch 'alessio/authdb-version-lookup' into 'main' See merge request isc-projects/bind9!12375 --- ee52f963659566afbfaf3ad6c172e7d3daabe5f5