mirror of https://github.com/Icinga/icinga2.git
Another init fix.
This commit is contained in:
parent
183135dbce
commit
687f95b305
|
@ -96,8 +96,6 @@ static bool LoadConfigFiles(bool validateOnly)
|
|||
builder->SetName("application");
|
||||
ConfigItem::Ptr item = builder->Compile();
|
||||
item->Register();
|
||||
DynamicObject::Ptr dobj = item->Commit();
|
||||
dobj->OnConfigLoaded();
|
||||
|
||||
ConfigItem::ActivateItems();
|
||||
|
||||
|
|
Loading…
Reference in New Issue