]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor isc_stats_create() and its downstream users to return void
authorOndřej Surý <ondrej@isc.org>
Mon, 26 Jun 2023 08:58:30 +0000 (10:58 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Jul 2023 09:37:44 +0000 (11:37 +0200)
commit5321c474eae9ffbbb7666843400615952f1d1cd7
tree013a71a09cb69095cc1f3ea0e6cfbcc5c8cd2789
parent6a6f2e58e9e4a2e5d30ebb6113e429712dc09b34
Refactor isc_stats_create() and its downstream users to return void

The isc_stats_create() can no longer return anything else than
ISC_R_SUCCESS.  Refactor isc_stats_create() and its variants in libdns,
libns and named to just return void.
17 files changed:
bin/delv/delv.c
bin/named/server.c
bin/named/zoneconf.c
lib/dns/adb.c
lib/dns/cache.c
lib/dns/dnstap.c
lib/dns/include/dns/stats.h
lib/dns/rbtdb.c
lib/dns/stats.c
lib/dns/zone.c
lib/isc/include/isc/stats.h
lib/isc/stats.c
lib/ns/include/ns/stats.h
lib/ns/server.c
lib/ns/stats.c
tests/dns/rdatasetstats_test.c
tests/isc/stats_test.c