bind9/bin/tests/system/dyndb
Ondřej Surý 50e109d659 isc_event_allocate() cannot fail, remove the fail handling blocks
isc_event_allocate() calls isc_mem_get() to allocate the event structure.  As
isc_mem_get() cannot fail softly (e.g. it never returns NULL), the
isc_event_allocate() cannot return NULL, hence we remove the (ret == NULL)
handling blocks using the semantic patch from the previous commit.
2019-08-30 08:55:34 +02:00
..
driver isc_event_allocate() cannot fail, remove the fail handling blocks 2019-08-30 08:55:34 +02:00
ns1 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
clean.sh update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
Makefile.in Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
prereq.sh Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
setup.sh Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
tests.sh Use rndc_reload in tests, make sure that reload is complete before continuing 2018-12-19 11:33:37 +01:00