mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user