Fix missing variable name in ApiListener::Start

fixes #5924
refs #5807

refs #5925
This commit is contained in:
Gunnar Beutner 2017-12-31 19:12:33 +01:00 committed by Michael Friedrich
parent fd03409c96
commit e6638cf8df
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ void ApiListener::Start(bool runtimeCreated)
ObjectImpl<ApiListener>::Start(runtimeCreated); ObjectImpl<ApiListener>::Start(runtimeCreated);
{ {
boost::mutex::scoped_lock(m_LogLock); boost::mutex::scoped_lock lock(m_LogLock);
RotateLogFile(); RotateLogFile();
OpenLogFile(); OpenLogFile();
} }