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

Log config object deletions to replay log
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-11-12 15:08:29 +01:00 committed by GitHub
commit 4cd4743e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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