bind9/bin
Ondřej Surý ce9908cb4e Make isc_ht_init() and isc_ht_iter_create() return void
Previously, the function(s) in the commit subject could fail for various
reasons - mostly allocation failures, or other functions returning
different return code than ISC_R_SUCCESS.  Now, the aforementioned
function(s) cannot ever fail and they would always return ISC_R_SUCCESS.

Change the function(s) to return void and remove the extra checks in
the code that uses them.

(cherry picked from commit 8fa27365ec)
2022-03-08 20:47:06 +01:00
..
check Use compile-time paths in the manual pages 2022-02-10 17:08:24 +01:00
confgen Use compile-time paths in the manual pages 2022-02-10 17:08:24 +01:00
delv Use compile-time paths in the manual pages 2022-02-10 17:08:24 +01:00
dig Fix null pointer dereferences in udp_ready() 2022-03-08 09:59:06 +01:00
dnssec Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named Replace netievent lock-free queue with simple locked queue 2022-03-08 09:52:39 +01:00
nsupdate Reorder the nsupdate shutdown code to shutdown managers early 2022-03-08 09:50:13 +01:00
plugins Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 20:47:06 +01:00
rndc Use compile-time paths in the manual pages 2022-02-10 17:08:24 +01:00
tests Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 20:47:06 +01:00
tools Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00