mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Avoid too many 'connection refused' errors in log by listening early
This commit is contained in:
parent
69d5d6d121
commit
caf2b0dd79
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ object Host "h1" {
|
|||
|
||||
void ResumeWriter()
|
||||
{
|
||||
Listen();
|
||||
static_cast<ConfigObject::Ptr>(m_Writer)->OnConfigLoaded();
|
||||
m_Writer->SetActive(true);
|
||||
m_Writer->Activate();
|
||||
|
|
|
|||
Loading…
Reference in a new issue