launch_daemon: Fixed missing Event member initialization.
* This fixes targets starting seemingly unconditionally.
This commit is contained in:
@@ -186,7 +186,8 @@ create_event(Event* parent, const char* name, const BMessenger* target,
|
|||||||
|
|
||||||
Event::Event(Event* parent)
|
Event::Event(Event* parent)
|
||||||
:
|
:
|
||||||
fParent(parent)
|
fParent(parent),
|
||||||
|
fTriggered(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user