We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945b9b3 commit 2c0a042Copy full SHA for 2c0a042
src/app/icd/client/RefreshKeySender.cpp
@@ -80,7 +80,7 @@ CHIP_ERROR RefreshKeySender::RegisterClientWithNewKey(Messaging::ExchangeManager
80
registerClientCommand.checkInNodeID = mICDClientInfo.check_in_node.GetNodeId();
81
registerClientCommand.monitoredSubject = mICDClientInfo.monitored_subject;
82
registerClientCommand.key = mNewKey.Span();
83
- registerClientCommand.clientType = mICDClientInfo.client_type
+ registerClientCommand.clientType = mICDClientInfo.client_type;
84
return Controller::InvokeCommandRequest(&exchangeMgr, sessionHandle, endpointId, registerClientCommand, onSuccess, onFailure);
85
}
86
0 commit comments