RedisWriter: dump period_checksum for users

This commit is contained in:
Alexander A. Klimov 2018-08-07 14:16:09 +02:00 committed by Michael Friedrich
parent de99d68351
commit cd05240624
1 changed files with 5 additions and 0 deletions

View File

@ -235,6 +235,11 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
}
checkSums->Set("group_checksums", groupChecksums);
auto period (user->GetPeriod());
if (period)
checkSums->Set("period_checksum", GetObjectIdentifier(period));
}
/* Calculate checkable checksums. */