Skip to content

Commit

Permalink
Added Reset of gFabricBeingCommissioned object at the end of the Upda…
Browse files Browse the repository at this point in the history
…teNOC process.
  • Loading branch information
emargolis committed Jun 2, 2022
1 parent 31efdec commit 9a8a228
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ bool emberAfOperationalCredentialsClusterUpdateNOCCallback(app::CommandHandler *
app::DnssdServer::Instance().StartServer();

exit:
gFabricBeingCommissioned.Reset();
// We have an NOC response
if (nonDefaultStatus == Status::Success)
{
Expand Down

0 comments on commit 9a8a228

Please sign in to comment.