mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5925 from Icinga/fix/missing-variable-name
Fix missing variable name in ApiListener::Start
This commit is contained in:
commit
1a7e7be6a4
|
@ -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