Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errant VerifyOrReturn in CASESession (#23944)
In CASESession::HandleSigma2 it should be VerifyOrExit not VerifyOrReturn. Otherwise, if it fails, a status report message won't be sent as intended.
- Loading branch information