Skip to content

Commit 3557329

Browse files
jepenven-silabspull[bot]
authored andcommitted
Fix comment placement (#30659)
1 parent c35dbd0 commit 3557329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/icd/ICDCheckInSender.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ CHIP_ERROR ICDCheckInSender::SendCheckInMsg(const Transport::PeerAddress & addr)
6969

7070
VerifyOrReturnError(mExchangeManager->GetSessionManager() != nullptr, CHIP_ERROR_INTERNAL);
7171

72+
// Using default MRP since we are not doing MRP in this context
7273
Optional<SessionHandle> session =
7374
mExchangeManager->GetSessionManager()->CreateUnauthenticatedSession(addr, GetDefaultMRPConfig());
7475
VerifyOrReturnError(session.HasValue(), CHIP_ERROR_NO_MEMORY);
7576

76-
// Using default MRP since we are not doing MRP in this context
7777
Messaging::ExchangeContext * exchangeContext = mExchangeManager->NewContext(session.Value(), nullptr);
7878

7979
VerifyOrReturnError(exchangeContext != nullptr, CHIP_ERROR_NO_MEMORY);

0 commit comments

Comments
 (0)