mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 08:20:26 -05:00
The isc_buffer_allocate() function now cannot fail with ISC_R_MEMORY. This commit removes all the checks on the return code using the semantic patch from previous commit, as isc_buffer_allocate() now returns void. |
||
|---|---|---|
| .. | ||
| win32 | ||
| .gitignore | ||
| Makefile-postinstall.in | ||
| Makefile.in | ||
| nsprobe.c | ||
| resolve.c | ||
| rootkey.sh | ||
| sample-async.c | ||
| sample-gai.c | ||
| sample-request.c | ||
| sample-update.c | ||