mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
b8d3d42b7f
commit
3002532280
@ -41,7 +41,7 @@ REGISTER_TYPE(Host);
|
||||
|
||||
void Host::OnConfigLoaded(void)
|
||||
{
|
||||
DynamicObject::OnConfigLoaded();
|
||||
Checkable::OnConfigLoaded();
|
||||
|
||||
ASSERT(!OwnsLock());
|
||||
|
||||
@ -61,7 +61,7 @@ void Host::OnConfigLoaded(void)
|
||||
|
||||
void Host::Stop(void)
|
||||
{
|
||||
DynamicObject::Stop();
|
||||
Checkable::Stop();
|
||||
|
||||
Array::Ptr groups = GetGroups();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user