]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Fix last argument to cache_rrset is wrong
authorMark Andrews <marka@isc.org>
Wed, 10 Sep 2025 01:26:38 +0000 (11:26 +1000)
committerMark Andrews <marka@isc.org>
Wed, 10 Sep 2025 01:26:38 +0000 (11:26 +1000)
The last argument to cache_rrset should be a bool (false)
not a pointer (NULL).

Closes #5509

Merge branch '5509-last-argument-to-cache_rrset-is-wrong' into 'main'

See merge request isc-projects/bind9!10934


Trivial merge