mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Simplify host_checksum
This commit is contained in:
parent
d09a435fe3
commit
d65fb529eb
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ void RedisWriter::SendConfigUpdate(const ConfigObject::Ptr& object, bool useTran
|
|||
getGroup = &::GetServiceGroup;
|
||||
|
||||
/* Calculate the host_checksum */
|
||||
checkSums->Set("host_checksum", GetIdentifier(service->GetHost()));
|
||||
checkSums->Set("host_checksum", GetIdentifier(host));
|
||||
} else {
|
||||
groups = host->GetGroups();
|
||||
getGroup = &::GetHostGroup;
|
||||
|
|
|
|||
Loading…
Reference in a new issue