]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor dns_adb_create() to return void
authorOndřej Surý <ondrej@isc.org>
Mon, 26 Jun 2023 09:04:33 +0000 (11:04 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Jul 2023 09:37:44 +0000 (11:37 +0200)
commit045d8d9ed60ce9bd3e265e638f790f4fd1b18da7
tree2143dbf5468ca1f7a7666141a093e1626e3b56c6
parent5321c474eae9ffbbb7666843400615952f1d1cd7
Refactor dns_adb_create() to return void

After isc_stats_create() change, the dns_adb_create() cannot fail, so
refactor the function to return void and fix all its uses.
lib/dns/adb.c
lib/dns/include/dns/adb.h
lib/dns/view.c