mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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]);
|
||||
|
||||
{
|
||||
ObjectLock olock(service);
|
||||
ObjectLock olock(hc);
|
||||
|
||||
hc->SetModifiedAttributes(modifiedAttributes);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user