Remove parent_checksum

parent_checksum is always the first element in all_parents_checksums
This commit is contained in:
Jean Flach 2018-08-10 13:37:42 +02:00 committed by Michael Friedrich
parent a47e16fb5b
commit c4962559ff

View File

@ -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()) {