mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
cluster: Fix default privileges.
This commit is contained in:
parent
4dbc1f993b
commit
64cc137709
@ -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…
x
Reference in New Issue
Block a user