bind9/lib
Ondřej Surý edfae82c82 dns/resolver.c: Return void when ISC_R_SUCCESS is only returned value
With isc_mem_get() and dns_name_dup() no longer being able to fail, some
functions can now only return ISC_R_SUCCESS.  Change the return type to
void for the following function(s):

 * dns_zone_setprimaries()
 * dns_zone_setparentals()
 * dns_zone_setparentals()
 * dns_zone_setalsonotify()
2021-10-13 05:48:51 +02:00
..
bind9 cleanup references to ancient named.conf options 2021-10-12 14:01:57 -07:00
dns dns/resolver.c: Return void when ISC_R_SUCCESS is only returned value 2021-10-13 05:48:51 +02:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Replace "master/slave" terms in code 2021-10-12 13:11:13 -07:00
isccc Update the source code formatting using clang-format-13 2021-10-12 11:14:40 +02:00
isccfg Replace "master/slave" terminology in tests 2021-10-12 13:04:00 -07:00
ns Replace "master/slave" terms in code 2021-10-12 13:11:13 -07:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00