mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
parent
93d390873d
commit
2b44fcb571
@ -83,6 +83,8 @@ void Endpoint::RemoveClient(const ApiClient::Ptr& client)
|
|||||||
|
|
||||||
Log(LogWarning, "ApiListener")
|
Log(LogWarning, "ApiListener")
|
||||||
<< "Removing API client for endpoint '" << GetName() << "'. " << m_Clients.size() << " API clients left.";
|
<< "Removing API client for endpoint '" << GetName() << "'. " << m_Clients.size() << " API clients left.";
|
||||||
|
|
||||||
|
SetConnecting(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool is_master = ApiListener::GetInstance()->IsMaster();
|
bool is_master = ApiListener::GetInstance()->IsMaster();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user