mirror of https://github.com/Icinga/icinga2.git
Build fix.
This commit is contained in:
parent
6f645ecfbf
commit
20fbce9c9c
|
@ -1855,7 +1855,7 @@ void ExternalCommandProcessor::ChangeHostModattr(double time, const std::vector<
|
||||||
int modifiedAttributes = Convert::ToLong(arguments[2]);
|
int modifiedAttributes = Convert::ToLong(arguments[2]);
|
||||||
|
|
||||||
{
|
{
|
||||||
ObjectLock olock(service);
|
ObjectLock olock(hc);
|
||||||
|
|
||||||
hc->SetModifiedAttributes(modifiedAttributes);
|
hc->SetModifiedAttributes(modifiedAttributes);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue