bind9/lib/ns/tests
Ondřej Surý 33eefe9f85 The dns_message_create() cannot fail, change the return to void
The dns_message_create() function cannot soft fail (as all memory
allocations either succeed or cause abort), so we change the function to
return void and cleanup the calls.
2020-09-29 08:22:08 +02:00
..
testdata Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
listenlist_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Drop function wrapping as it is redundant for now 2020-09-28 09:09:21 +02:00
notify_test.c The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
nstest.c The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
nstest.h update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
plugin_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
query_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00