hx509: hx509_verify_path remove spurious fallthrough

fallthrough needs to be directly before the next case, and this duplicate
inside an else is unneeded
This commit is contained in:
Daria Phoebe Brashear
2022-09-16 15:27:32 -04:00
committed by Jeffrey Altman
parent 133f517482
commit 76c110e1ef

View File

@@ -2441,7 +2441,6 @@ hx509_verify_path(hx509_context context,
* EE checking below.
*/
type = EE_CERT;
HEIM_FALLTHROUGH;
}
}
HEIM_FALLTHROUGH;