Skip to content

Commit

Permalink
Unscope a block
Browse files Browse the repository at this point in the history
  • Loading branch information
mlepage-google committed May 1, 2023
1 parent 5a01f6b commit 4445d27
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/protocols/secure_channel/CASESession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1633,12 +1633,10 @@ CHIP_ERROR CASESession::HandleSigma3a(System::PacketBufferHandle && msg)
}
}

{
SuccessOrExit(err = helper->ScheduleWork());
mHandleSigma3Helper = helper;
mExchangeCtxt->WillSendMessage();
mState = State::kHandleSigma3Pending;
}
SuccessOrExit(err = helper->ScheduleWork());
mHandleSigma3Helper = helper;
mExchangeCtxt->WillSendMessage();
mState = State::kHandleSigma3Pending;
}

exit:
Expand Down

0 comments on commit 4445d27

Please sign in to comment.