bind9/bin/tests
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
..
startperf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
system Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 20:47:06 +01:00
testdata/wire move all optional tests from bin/tests to bin/tests/optional 2018-03-09 14:12:47 -08:00
.gitignore Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
Makefile.am Update .gitlab-ci.yml with openssl setup 2022-01-27 12:21:58 +01:00
test_client.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
test_server.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
wire_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00