mirror of https://github.com/Icinga/icinga2.git
Bugfix for the convenience component.
This commit is contained in:
parent
37cf22aaf0
commit
acf08b7a4e
|
@ -130,7 +130,7 @@ void ConvenienceComponent::HostCommittedHandler(const ConfigItem::Ptr& item)
|
|||
}
|
||||
}
|
||||
|
||||
//host.GetConfigObject()->SetTag("convenience-services", newServices);
|
||||
host->SetTag("convenience-services", newServices);
|
||||
}
|
||||
|
||||
void ConvenienceComponent::HostRemovedHandler(const ConfigItem::Ptr& item)
|
||||
|
|
Loading…
Reference in New Issue