mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-23 17:57:54 +02:00
Merge pull request #8470 from Icinga/bugfix/replay-object-deletion-2.12
Log config object deletions to replay log
This commit is contained in:
commit
4cd4743e0e
@ -423,7 +423,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