mirror of https://github.com/Icinga/icinga2.git
Fix missing variable name in ApiListener::Start
fixes #5924 refs #5807 refs #5925
This commit is contained in:
parent
fd03409c96
commit
e6638cf8df
|
@ -220,7 +220,7 @@ void ApiListener::Start(bool runtimeCreated)
|
|||
ObjectImpl<ApiListener>::Start(runtimeCreated);
|
||||
|
||||
{
|
||||
boost::mutex::scoped_lock(m_LogLock);
|
||||
boost::mutex::scoped_lock lock(m_LogLock);
|
||||
RotateLogFile();
|
||||
OpenLogFile();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue