mirror of https://github.com/Icinga/icinga2.git
parent
5fdc874377
commit
d70d7797c8
|
@ -166,6 +166,8 @@ void ApiListener::Start(bool runtimeCreated)
|
|||
|
||||
void ApiListener::Stop(bool runtimeDeleted)
|
||||
{
|
||||
ObjectImpl<ApiListener>::Stop(runtimeDeleted);
|
||||
|
||||
boost::mutex::scoped_lock lock(m_LogLock);
|
||||
CloseLogFile();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue