mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
efe014aa7e
commit
d3aae81323
@ -570,7 +570,7 @@ bool ConfigItem::ActivateItems(WorkQueue& upq, const std::vector<ConfigItem::Ptr
|
||||
BOOST_FOREACH(const ConfigItem::Ptr& item, newItems) {
|
||||
ConfigObject::Ptr object = item->m_Object;
|
||||
|
||||
if (item->m_Abstract)
|
||||
if (!object)
|
||||
continue;
|
||||
|
||||
ASSERT(object && object->IsActive());
|
||||
|
Loading…
x
Reference in New Issue
Block a user