mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Fix uninitialized fields
Coverity Bug ID: 1272331
This commit is contained in:
parent
f1509d2f10
commit
b4be584679
@ -37,7 +37,7 @@ struct SocketEventDescriptor
|
|||||||
Object *LifesupportObject;
|
Object *LifesupportObject;
|
||||||
|
|
||||||
SocketEventDescriptor(void)
|
SocketEventDescriptor(void)
|
||||||
: Events(0)
|
: Events(0), EventInterface(NULL), LifesupportObject(NULL)
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user