]> 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>
Wed, 5 Apr 2023 07:11:24 +0000 (09:11 +0200)
commit07720989a05079d723bb92936403eaab12d0148d
treefd0158dd0623b9c6ec551b09f1e60ef674ad2ba7
parent052422b1a887677cd51f82887e0dda5fae74f778
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.

(cherry picked from commit 766366e93493466d0ccdecb67ee90caf26a38b32)
lib/dns/dst_api.c