mirror of https://github.com/Icinga/icinga2.git
parent
1679488e8e
commit
ca7f195165
|
@ -718,8 +718,6 @@ bool ApiListener::RelayMessageOne(const Zone::Ptr& targetZone, const MessageOrig
|
||||||
targetZone != myZone &&
|
targetZone != myZone &&
|
||||||
targetZone != myZone->GetParent() &&
|
targetZone != myZone->GetParent() &&
|
||||||
targetZone->GetParent() != myZone) {
|
targetZone->GetParent() != myZone) {
|
||||||
Log(LogCritical, "ApiListener")
|
|
||||||
<< "Not relaying message '" << message->Get("method") << "'. Not in the same/parent/child zone.";
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue