Do not call exit() upon check_dnskey() errors
Replace all fatal() and check_result() calls inside check_dnskey() with zoneverify_log_error() calls and error handling code. Enable check_dnskey() to signal errors to the caller using its return value. Modify the call site of check_dnskey() so that its errors are properly handled.
Showing
Please register or sign in to comment