Skip to content

Commit

Permalink
Update src/protocols/secure_channel/CASESession.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Lepage <[email protected]>
  • Loading branch information
2 people authored and shubhamdp committed Jun 29, 2023
1 parent 2ba90d7 commit af2d3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/CASESession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ System::Clock::Timeout CASESession::ComputeSigma2ResponseTimeout(const ReliableM

bool CASESession::InvokeBackgroundWorkWatchdog()
{
bool wasBlocked = false;
bool watchdogFired = false;

if (mSendSigma3Helper && mSendSigma3Helper->UnableToScheduleAfterWorkCallback())
{
Expand Down

0 comments on commit af2d3c9

Please sign in to comment.