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:

committed by
Jeffrey Altman

parent
133f517482
commit
76c110e1ef
@@ -2441,7 +2441,6 @@ hx509_verify_path(hx509_context context,
|
|||||||
* EE checking below.
|
* EE checking below.
|
||||||
*/
|
*/
|
||||||
type = EE_CERT;
|
type = EE_CERT;
|
||||||
HEIM_FALLTHROUGH;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
HEIM_FALLTHROUGH;
|
HEIM_FALLTHROUGH;
|
||||||
|
Reference in New Issue
Block a user