Skip to content

Commit adcc07a

Browse files
authored
Remove redundant SetValue() for Optional ExchangeHandle in CASESession.cpp. (#32535)
1 parent bdb88bd commit adcc07a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/protocols/secure_channel/CASESession.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,6 @@ CHIP_ERROR CASESession::ValidateReceivedMessage(ExchangeContext * ec, const Payl
21062106
}
21072107
else
21082108
{
2109-
mExchangeCtxt.SetValue(ExchangeHandle(*ec));
21102109
mExchangeCtxt.Emplace(*ec);
21112110
}
21122111
mExchangeCtxt.Value()->UseSuggestedResponseTimeout(kExpectedHighProcessingTime);

0 commit comments

Comments
 (0)