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