]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove unused DNS_DBFIND options
authorEvan Hunt <each@isc.org>
Wed, 3 May 2023 03:56:25 +0000 (20:56 -0700)
committerOndřej Surý <ondrej@isc.org>
Mon, 17 Jul 2023 12:50:25 +0000 (14:50 +0200)
commitd25d0af7f5305540bc30f7c8223ea4c88e42670d
tree1769b91daa88c9ad655139509d0d80c68b612e20
parent856a6e4afbfd1c0f274c1aa519c003304acd4ec3
remove unused DNS_DBFIND options

the DNS_DBFIND_VALIDATEGLUE and DNS_DBFIND_FORCENSEC options
were never set, so the code implementing them (which in the case
of _VALIDATEGLUE appears to have been quite outdated anyway) was
never reached. they have now been removed.
lib/dns/include/dns/db.h
lib/dns/rbtdb.c