Skip to content

[9.18] remove dead code in rbtdb.c

Evan Hunt requested to merge 4630-deadcode-fix-bind-9.18 into bind-9.18

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.

Backport of MR !8854 (merged)

Edited by Evan Hunt

Merge request reports