Skip to content

Commit a86ed6d

Browse files
fix compilation error
1 parent 902accb commit a86ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/icd-management-server/icd-management-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Status ICDManagementServer::RegisterClient(CommandHandler * commandObj, const Co
253253
FabricIndex fabricIndex = commandObj->GetAccessingFabricIndex();
254254
NodeId nodeId = commandData.checkInNodeID;
255255
uint64_t monitoredSubject = commandData.monitoredSubject;
256-
Optional<ClientTypeEnum> clientType = commandData.clientType;
256+
Optional<ClientTypeEnum> clientType = Optional<ClientTypeEnum>(commandData.clientType);
257257
ByteSpan key = commandData.key;
258258
Optional<ByteSpan> verificationKey = commandData.verificationKey;
259259
bool isClientAdmin = false;

0 commit comments

Comments
 (0)