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

After isc_stats_create() change, the dns_zone_create() cannot fail, so
refactor the function to return void and fix all its uses.
bin/check/check-tool.c
bin/named/server.c
bin/tests/system/dyndb/driver/zone.c
fuzz/dns_message_checksig.c
lib/dns/dlz.c
lib/dns/include/dns/zone.h
lib/dns/zone.c
tests/libtest/dns.c