mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
5f220768e9
commit
d0545c4ea2
@ -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