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