mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +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.
|
* Constructor for the Application class.
|
||||||
*/
|
*/
|
||||||
Application::Application(void)
|
Application::Application(void)
|
||||||
|
: m_PidFile(NULL)
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
WSADATA wsaData;
|
WSADATA wsaData;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user