2
0
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:
Ondřej Surý
2018-10-24 16:28:55 +02:00
parent 4eaf927571
commit 29c45200e7
3 changed files with 4 additions and 3 deletions

View File

@@ -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