]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove origin_node from qpcache
authorOndřej Surý <ondrej@isc.org>
Mon, 27 Jan 2025 17:13:38 +0000 (18:13 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Jan 2025 15:43:02 +0000 (16:43 +0100)
commit36a26bfa1a12f4711a1fd4e8aafe37fb0a355b1b
treeaafe0d876124b4038d28b28fc9ceb480c1cfe851
parent814b87da648b2471947e4f9ac25069ab83f38ea3
Remove origin_node from qpcache

The origin_node in qpcache was always NULL, so we can remove the
getoriginode() function and origin_node pointer as the
dns_db_getoriginnode() correctly returns ISC_R_NOTFOUND when the
function is not implemented.
lib/dns/qpcache.c