Skip to content

Commit

Permalink
fix pointer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 23, 2023
1 parent c29f6cf commit 5d3f54a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ CHIP_ERROR IcdManagementAttributeAccess::ReadClientsSupportedPerFabric(EndpointI
class IcdManagementFabricDelegate : public FabricTable::Delegate
{
public:
void Init(PersistentStorageDelegate & storage, Crypto::SessionKeystore * sessionKeystore, ICDData icdData)
void Init(PersistentStorageDelegate & storage, Crypto::SessionKeystore * sessionKeystore, ICDData & icdData)
{
mStorage = &storage;
mSessionKeystore = sessionKeystore;
Expand Down

0 comments on commit 5d3f54a

Please sign in to comment.