Skip to content

Commit

Permalink
remove invalid check for vendor id
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple committed Aug 30, 2021
1 parent 3a21571 commit 9fc6907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CHIP_ERROR writeFabricsIntoFabricsListAttribute()
const uint8_t * fabricLabel = pairing.GetFabricLabel();

// Skip over uninitialized fabrics
if (nodeId == kUndefinedNodeId || vendorId == kUndefinedVendorId)
if (nodeId == kUndefinedNodeId)
{
emberAfPrintln(EMBER_AF_PRINT_DEBUG,
"OpCreds: Skipping over uninitialized fabric with fabricId 0x" ChipLogFormatX64
Expand Down

0 comments on commit 9fc6907

Please sign in to comment.