Skip to content

Commit

Permalink
Update src/credentials/FabricTable.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Shubham Patil <[email protected]>
  • Loading branch information
shripad621git and shubhamdp authored Jan 19, 2024
1 parent 0e34be0 commit b49f177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/credentials/FabricTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ CHIP_ERROR FabricTable::FetchRootPubkey(FabricIndex fabricIndex, Crypto::P256Pub

CHIP_ERROR FabricTable::FetchCATs(const FabricIndex fabricIndex, CATValues & cats) const
{

uint8_t nocBuf[Credentials::kMaxCHIPCertLength];
MutableByteSpan nocSpan{ nocBuf };
ReturnErrorOnFailure(FetchNOCCert(fabricIndex, nocSpan));
Expand Down

0 comments on commit b49f177

Please sign in to comment.