Add zone checksum for redis to checkables

This commit is contained in:
Jean Flach 2018-07-02 09:37:23 +02:00 committed by Michael Friedrich
parent c5e913dfd4
commit 85f621cb90
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
}
checkSums->Set("group_checksums", groupChecksums);
checkSums->Set("zone_checksum", GetIdentifier(checkable->GetZone()));
} else {
Zone::Ptr zone = dynamic_pointer_cast<Zone>(object);