Rename command_checksums

This commit is contained in:
Jean Flach 2018-08-09 14:28:19 +02:00 committed by Michael Friedrich
parent 65c38a3958
commit a47e16fb5b
1 changed files with 2 additions and 2 deletions

View File

@ -335,12 +335,12 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
checkSums->Set("command_endpoint_checksum", GetObjectIdentifier(commandEndpoint));
/* *_command_checksum */
checkSums->Set("check_command_checksum", GetObjectIdentifier(checkable->GetCheckCommand()));
checkSums->Set("checkcommand_checksum", GetObjectIdentifier(checkable->GetCheckCommand()));
EventCommand::Ptr eventCommand = checkable->GetEventCommand();
if (eventCommand)
checkSums->Set("event_command_checksum", GetObjectIdentifier(eventCommand));
checkSums->Set("eventcommand_checksum", GetObjectIdentifier(eventCommand));
/* *_url_checksum, icon_image_checksum */
String actionUrl = checkable->GetActionUrl();