mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +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) {
|
BOOST_FOREACH(const ConfigItem::Ptr& item, newItems) {
|
||||||
ConfigObject::Ptr object = item->m_Object;
|
ConfigObject::Ptr object = item->m_Object;
|
||||||
|
|
||||||
if (item->m_Abstract)
|
if (!object)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
ASSERT(object && object->IsActive());
|
ASSERT(object && object->IsActive());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user