mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
Merge pull request #8455 from Icinga/bugfix/replay-object-deletion
Log config object deletions to replay log
This commit is contained in:
commit
8ca765d730
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue