mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
keymgr_keyrole couldn't emit "NOSIGN".
92 } else {
93 return ("ZSK");
94 }
CID 1455900 (#1 of 1): Structurally dead code (UNREACHABLE)
unreachable: This code cannot be reached: return "NOSIGN";.
95 return ("NOSIGN");
This commit is contained in:
parent
5fc9efba30
commit
1efc7550a3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ keymgr_keyrole(dst_key_t* key)
|
|||
return ("CSK");
|
||||
} else if (ksk) {
|
||||
return ("KSK");
|
||||
} else {
|
||||
} else if (zsk) {
|
||||
return ("ZSK");
|
||||
}
|
||||
return ("NOSIGN");
|
||||
|
|
|
|||
Loading…
Reference in a new issue