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.
Showing
Please register or sign in to comment