mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8455 from Icinga/bugfix/replay-object-deletion
Log config object deletions to replay log
This commit is contained in:
commit
8ca765d730
|
@ -423,7 +423,7 @@ void ApiListener::DeleteConfigObject(const ConfigObject::Ptr& object, const Mess
|
||||||
if (!target)
|
if (!target)
|
||||||
target = Zone::GetLocalZone();
|
target = Zone::GetLocalZone();
|
||||||
|
|
||||||
RelayMessage(origin, target, message, false);
|
RelayMessage(origin, target, message, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue