Skip to content

Commit eefbef6

Browse files
yunhanw-googleshgutte
authored andcommitted
[ICD] Set client_type when refreshing token for LIT ICD (project-chip#35383)
* set client_type when refresh key for ICD * Update RefreshKeySender.cpp
1 parent 4b5fe1d commit eefbef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/icd/client/RefreshKeySender.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ CHIP_ERROR RefreshKeySender::RegisterClientWithNewKey(Messaging::ExchangeManager
8080
registerClientCommand.checkInNodeID = mICDClientInfo.check_in_node.GetNodeId();
8181
registerClientCommand.monitoredSubject = mICDClientInfo.monitored_subject;
8282
registerClientCommand.key = mNewKey.Span();
83+
registerClientCommand.clientType = mICDClientInfo.client_type;
8384
return Controller::InvokeCommandRequest(&exchangeMgr, sessionHandle, endpointId, registerClientCommand, onSuccess, onFailure);
8485
}
8586

0 commit comments

Comments
 (0)