]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove dead code in rbtdb.c
authorEvan Hunt <each@isc.org>
Tue, 12 Mar 2024 18:51:53 +0000 (11:51 -0700)
committerEvan Hunt <each@isc.org>
Thu, 14 Mar 2024 00:15:18 +0000 (17:15 -0700)
commitb3c8b5cfb254ce7868ab403ea60db75b5f2c38b6
tree26fe50a3a315d67fa3a0cef1760be3c0aff93e91
parent29f1c93734503d4e4e6fec1e036a49af8c6c4c85
remove dead code in rbtdb.c

dns_db_addrdataset() enforces a requirement that version can only
be NULL for a cache database. code that checks for zone semantics
and version == NULL can never be reached.
lib/dns/rbtdb.c