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 Jan 31, 2022
1 parent 20394bf commit 4bbeb8c
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 4bbeb8c

Please sign in to comment.