Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic committed Dec 10, 2020
1 parent bde1051 commit 041100c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ void DeviceCommissioner::RendezvousCleanup(CHIP_ERROR status)
mPairingDelegate->OnPairingComplete(status);
}

// TODO: make mStorageDelegate mandatory once all controller applications implement the interface.
if (mDeviceBeingPaired != kNumMaxActiveDevices && mStorageDelegate != nullptr)
{
// Let's release the device that's being paired.
Expand Down

0 comments on commit 041100c

Please sign in to comment.