From 59f1d3ffc00a016f2fb2d4990c373f23f1bc4a56 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 5 Feb 2013 15:43:38 +0100 Subject: [PATCH] Fix warnings on initial startup (i.e. without a state file). Fixes #3606 --- components/delegation/delegationcomponent.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- 2.40.0