mirror of https://github.com/Icinga/icinga2.git
parent
7e0c48643b
commit
5dd4898eb3
|
@ -347,7 +347,7 @@ void ApiListener::UpdateConfigObject(const ConfigObject::Ptr& object, const Mess
|
|||
if (!target)
|
||||
target = Zone::GetLocalZone();
|
||||
|
||||
RelayMessage(origin, object, message, false);
|
||||
RelayMessage(origin, target, message, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue