Skip to content

Commit a8d9513

Browse files
Store icdClientInfo after completing check-in message validation (project-chip#36027)
1 parent 3e1f7ad commit a8d9513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/icd/client/CheckInHandler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ CHIP_ERROR CheckInHandler::OnMessageReceived(Messaging::ExchangeContext * ec, co
130130
}
131131
else
132132
{
133+
mpICDClientStorage->StoreEntry(clientInfo);
133134
mpCheckInDelegate->OnCheckInComplete(clientInfo);
134135
#if CHIP_CONFIG_ENABLE_READ_CLIENT
135136
mpImEngine->OnActiveModeNotification(clientInfo.peer_node);

0 commit comments

Comments
 (0)