Fix ExternalCommandProcessor::ChangeNormalHostCheckInterval.

This commit is contained in:
Gunnar Beutner 2013-10-16 16:08:00 +02:00
parent ac9981fbcd
commit a30afad4bd
1 changed files with 1 additions and 1 deletions

View File

@ -1908,7 +1908,7 @@ void ExternalCommandProcessor::ChangeNormalHostCheckInterval(double time, const
{
ObjectLock olock(hc);
hc->SetModifiedAttributes(interval * 60);
hc->SetCheckInterval(interval * 60);
}
}