]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove remaining checks for rbt64
authorTony Finch <fanf@isc.org>
Wed, 6 Apr 2022 10:39:27 +0000 (11:39 +0100)
committerTony Finch <fanf@isc.org>
Mon, 2 May 2022 23:41:42 +0000 (00:41 +0100)
commitdc233bdb3f269615c091672d7ddcd1b70f0fb8a5
tree8d6b1efa60ba762561a9fe2b60633ca768c0cfd3
parent5cd1c3ad818f646210220ce9bf47356580291287
Remove remaining checks for rbt64

These checks have been redundant since the `rbtdb64` implementation
was removed in 2018 (commit 784087390ae8). It isn't possible to create
a zone that uses `database "rbt64"` now that the `rbt64` database
implementation has been removed, so the checks will always fail.
bin/check/named-checkconf.c
bin/named/server.c
lib/bind9/check.c
lib/dns/rbtdb.h
lib/dns/zone.c