Fix deadlock in db_ido.

Fixes #6230
This commit is contained in:
Gunnar Beutner 2014-05-19 10:56:32 +02:00
parent c2f85b600f
commit 657b3c6a1a
1 changed files with 0 additions and 2 deletions

View File

@ -127,8 +127,6 @@ double Checkable::GetNextCheck(void)
void Checkable::UpdateNextCheck(void)
{
ObjectLock olock(this);
double interval;
if (GetStateType() == StateTypeSoft && GetLastCheckResult() != NULL)