mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
Remove parent_checksum
parent_checksum is always the first element in all_parents_checksums
This commit is contained in:
parent
a47e16fb5b
commit
c4962559ff
@ -370,11 +370,6 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
|
||||
|
||||
checkSums->Set("endpoints_checksum", CalculateCheckSumArray(endpoints));
|
||||
|
||||
Zone::Ptr parentZone = zone->GetParent();
|
||||
|
||||
if (parentZone)
|
||||
checkSums->Set("parent_checksum", GetObjectIdentifier(parentZone));
|
||||
|
||||
Array::Ptr parents (new Array);
|
||||
|
||||
for (auto& parent : zone->GetAllParentsRaw()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user