Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jul 11, 2022
1 parent 7ef18a8 commit 165a756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/credentials/FabricTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1792,8 +1792,7 @@ CHIP_ERROR FabricTable::CommitPendingFabricData()
{
ChipLogError(FabricProvisioning,
"Failed to commit: tried to commit with only a new trusted root cert. No data committed.");
hasInvalidInternalState = true;
err = CHIP_ERROR_INCORRECT_STATE;
err = CHIP_ERROR_INCORRECT_STATE;
}
else
{
Expand Down

0 comments on commit 165a756

Please sign in to comment.