mirror of https://github.com/Icinga/icinga2.git
cluster: Fix default privileges.
This commit is contained in:
parent
4dbc1f993b
commit
64cc137709
components/cluster
|
@ -106,7 +106,7 @@ void ClusterComponent::Start(void)
|
|||
privs |= domainObj->GetPrivileges(endpoint->GetName());
|
||||
}
|
||||
} else {
|
||||
privs = ~0;
|
||||
privs = INT_MAX;
|
||||
}
|
||||
|
||||
Log(LogDebug, "cluster", "Privileges for object '" + object->GetName() + "' of type '" + object->GetType()->GetName() + "' for instance '" + endpoint->GetName() + "' are '" + Convert::ToString(privs) + "'");
|
||||
|
|
Loading…
Reference in New Issue