]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not call exit() upon is_empty() errors
authorMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 07:59:20 +0000 (09:59 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 08:35:49 +0000 (10:35 +0200)
commit7a996f0c0de9fd3f2ba2ad0983a0773cc2a5764b
tree6296b3e3a5e420f19aeaec2b604aa9cad5399079
parent04038baf1a32b644d9e2ecfab1d7a68bc5f15fd5
Do not call exit() upon is_empty() errors

Replace the check_result() call inside is_empty() with a
zoneverify_log_error() call and error handling code.  Enable is_empty()
to signal errors to the caller using its return value.

Modify the call site of is_empty() so that its errors are properly
handled.
lib/dns/zoneverify.c