Skip to content

Commit

Permalink
Fix build failure (#13302)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and pull[bot] committed Aug 17, 2023
1 parent a29a62b commit 2597191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/DeviceAttestationConstructor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ CHIP_ERROR DeconstructNOCSRElements(const ByteSpan & nocsrElements, ByteSpan & c
vendor_reserved1 = vendor_reserved2 = vendor_reserved3 = ByteSpan();

tlvReader.Init(nocsrElements);
ReturnErrorOnFailure(tlvReader.Next(containerType, TLV::AnonymousTag));
ReturnErrorOnFailure(tlvReader.Next(containerType, TLV::AnonymousTag()));
ReturnErrorOnFailure(tlvReader.EnterContainer(containerType));

CHIP_ERROR error;
Expand Down

0 comments on commit 2597191

Please sign in to comment.