mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
2f44581f14
commit
d713a6c940
@ -381,7 +381,11 @@ bool ConfigItem::ActivateItems(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
upq.Join();
|
upq.Join();
|
||||||
upq.ReportExceptions("ConfigItem");
|
|
||||||
|
if (upq.HasExceptions()) {
|
||||||
|
upq.ReportExceptions("ConfigItem");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef I2_DEBUG
|
#ifdef I2_DEBUG
|
||||||
BOOST_FOREACH(const DynamicType::Ptr& type, DynamicType::GetTypes()) {
|
BOOST_FOREACH(const DynamicType::Ptr& type, DynamicType::GetTypes()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user