Merge pull request #8455 from Icinga/bugfix/replay-object-deletion

Log config object deletions to replay log
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-11-12 15:08:55 +01:00 committed by GitHub
commit 8ca765d730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}