]> git.ipfire.org Git - thirdparty/bind9.git/commit
Eliminate the dead code in dst_api.c
authorOndřej Surý <ondrej@isc.org>
Mon, 3 Apr 2023 12:09:13 +0000 (14:09 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 3 Apr 2023 12:09:13 +0000 (14:09 +0200)
commit766366e93493466d0ccdecb67ee90caf26a38b32
tree3e4e952efcd465f92a30cb09937fc550d1739381
parentc74f389100a9008c11da43f4e103af52b41ed04e
Eliminate the dead code in dst_api.c

In write_public_key() and write_key_state(), there were left-over checks
for result, that were effectively dead code after the last refactoring.
Remove those.
lib/dns/dst_api.c