diff --git a/components/delegation/delegationcomponent.cpp b/components/delegation/delegationcomponent.cpp index d88b5733e..3e8d9cfaa 100644 --- a/components/delegation/delegationcomponent.cpp +++ b/components/delegation/delegationcomponent.cpp @@ -28,7 +28,6 @@ void DelegationComponent::Start(void) m_DelegationTimer->SetInterval(30); m_DelegationTimer->OnTimerExpired.connect(boost::bind(&DelegationComponent::DelegationTimerHandler, this)); m_DelegationTimer->Start(); - m_DelegationTimer->Reschedule(0); } bool DelegationComponent::IsEndpointChecker(const Endpoint::Ptr& endpoint)