mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #8457 from Icinga/bugfix/replay-object-deletion-2.11
Log config object deletions to replay log
This commit is contained in:
commit
d80eb89908
@ -434,7 +434,7 @@ void ApiListener::DeleteConfigObject(const ConfigObject::Ptr& object, const Mess
|
||||
if (!target)
|
||||
target = Zone::GetLocalZone();
|
||||
|
||||
RelayMessage(origin, target, message, false);
|
||||
RelayMessage(origin, target, message, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user