mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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;
|
||||
|
||||
SocketEventDescriptor(void)
|
||||
: Events(0)
|
||||
: Events(0), EventInterface(NULL), LifesupportObject(NULL)
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user