mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
9de4c8bc58
commit
3310cc30ae
@ -65,12 +65,12 @@ String RedisWriter::CalculateCheckSumVars(const ConfigObject::Ptr& object)
|
||||
CustomVarObject::Ptr customVarObject = dynamic_pointer_cast<CustomVarObject>(object);
|
||||
|
||||
if (!customVarObject)
|
||||
return Empty;
|
||||
return HashValue(Empty);
|
||||
|
||||
Dictionary::Ptr vars = customVarObject->GetVars();
|
||||
|
||||
if (!vars)
|
||||
return Empty;
|
||||
return HashValue(Empty);
|
||||
|
||||
return HashValue(vars);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user