mirror of https://github.com/Icinga/icinga2.git
Fixed uninitialized variable.
This commit is contained in:
parent
94d7c3a031
commit
2450504382
|
@ -34,6 +34,7 @@ boost::thread::id Application::m_MainThreadID;
|
|||
* Constructor for the Application class.
|
||||
*/
|
||||
Application::Application(void)
|
||||
: m_PidFile(NULL)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
WSADATA wsaData;
|
||||
|
|
Loading…
Reference in New Issue