]> git.ipfire.org Git - thirdparty/bind9.git/commit
The last argument to cache_rrset is wrong
authorMark Andrews <marka@isc.org>
Wed, 3 Sep 2025 06:52:20 +0000 (16:52 +1000)
committerMark Andrews <marka@isc.org>
Wed, 10 Sep 2025 00:51:21 +0000 (10:51 +1000)
commite968d0fb8ede020c19b6f5bbd782b82dd019c7bd
treec982765a8931a5dac64b6b7d236fb850714fb971
parent65fa56935720f09a66360f788f6b7eb05296a40c
The last argument to cache_rrset is wrong

The last argument to cache_rrset should be a bool (false)
not a pointer (NULL).
lib/dns/resolver.c