]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit8aff2bbc5addb00b9f84b534b7ac0f560a2dbc6d
treec982765a8931a5dac64b6b7d236fb850714fb971
parent65fa56935720f09a66360f788f6b7eb05296a40c
parente968d0fb8ede020c19b6f5bbd782b82dd019c7bd
fix: nil: Fix last argument to cache_rrset is wrong

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