mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add extra return failure after INSIST(0) in default branch
This commit is contained in:
@@ -570,6 +570,7 @@ openssleddsa_todns(const dst_key_t *key, isc_buffer_t *data) {
|
||||
default:
|
||||
INSIST(0);
|
||||
}
|
||||
return (DST_R_OPENSSLFAILURE);
|
||||
}
|
||||
|
||||
static isc_result_t
|
||||
|
Reference in New Issue
Block a user