Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI
Browse files Browse the repository at this point in the history
chrisdecenzo committed Apr 12, 2024
1 parent 4a46ba5 commit d2c0375
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -150,7 +150,6 @@ void UserDirectedCommissioningServer::HandleUDCCancel(IdentificationDeclaration

// reset this entry so that the client can try again without waiting an hour
client->Reset();
return;
}

void UserDirectedCommissioningServer::HandleUDCCommissionerPasscodeReady(IdentificationDeclaration & id)
@@ -178,7 +177,6 @@ void UserDirectedCommissioningServer::HandleUDCCommissionerPasscodeReady(Identif
{
mUserConfirmationProvider->OnCommissionerPasscodeReady(*client);
}
return;
}

CHIP_ERROR UserDirectedCommissioningServer::SendCDCMessage(CommissionerDeclaration cd, chip::Transport::PeerAddress peerAddress)

0 comments on commit d2c0375

Please sign in to comment.