Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
fixup! bcl: add InterfaceStateManager and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomaz committed Aug 14, 2020
1 parent 52a23e3 commit 6a7d518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bool InterfaceStateManagerImpl::start()

bool InterfaceStateManagerImpl::stop()
{
m_interface_state_monitor->set_handler(nullptr);
m_interface_state_monitor->clear_handler();

return m_interface_state_monitor->stop();
}
Expand Down

0 comments on commit 6a7d518

Please sign in to comment.