mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 06:37:42 -04:00
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. |
||
|---|---|---|
| .. | ||
| driver | ||
| ns1 | ||
| clean.sh | ||
| Makefile.in | ||
| prereq.sh | ||
| setup.sh | ||
| tests.sh | ||