]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove useless TTL override in rctx_referral()
authorColin Vidal <colin@isc.org>
Fri, 29 May 2026 20:06:30 +0000 (22:06 +0200)
committerColin Vidal <colin@isc.org>
Wed, 1 Jul 2026 06:40:05 +0000 (08:40 +0200)
commitd784ab5cd913be9542c71cb322c10ec0bce7bfd5
treed22e353ea08a0a52bc42335c8232621a1941661f
parent5dde593aa4e0237896222f56de10239b617d0c8e
Remove useless TTL override in rctx_referral()

Function `rctx_referral()` used to force the TTL of an NS record with
TTL 0 to be 1.  This has now been removed, as the delegation database
already forces a minimum hard-coded TTL of 1 when the delegation has
a TTL of 0.
lib/dns/resolver.c