]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the unused cache cleaning mechanism from dns_cache API
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Nov 2022 10:40:19 +0000 (11:40 +0100)
committerEvan Hunt <each@isc.org>
Tue, 29 Nov 2022 21:48:33 +0000 (13:48 -0800)
commitfa275a59da0904c2ba4a473960087f6174c3ab7b
tree81da132d8f63d6873286a50383ddc73d00af71ce
parent5e4a26856c1d9dec0f7145ad038d1319f1d6822e
Remove the unused cache cleaning mechanism from dns_cache API

The dns_cache API contained a cache cleaning mechanism that would be
disabled for 'rbt' based cache.  As named doesn't have any other cache
implementations, remove the cache cleaning mechanism from dns_cache API.
bin/named/server.c
lib/dns/cache.c
lib/dns/dbiterator.c
lib/dns/include/dns/cache.h
lib/dns/include/dns/dbiterator.h
lib/ns/client.c
tests/libtest/dns.c