Skip to content

Commit 2c0a042

Browse files
Update RefreshKeySender.cpp
1 parent 945b9b3 commit 2c0a042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/icd/client/RefreshKeySender.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +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
83+
registerClientCommand.clientType = mICDClientInfo.client_type;
8484
return Controller::InvokeCommandRequest(&exchangeMgr, sessionHandle, endpointId, registerClientCommand, onSuccess, onFailure);
8585
}
8686

0 commit comments

Comments
 (0)