launch_daemon: Added missing reply for launch target.
* Caused BLaunchRoster::Target() to return B_NO_REPLY instead of B_OK.
This commit is contained in:
@@ -735,6 +735,9 @@ LaunchDaemon::_HandleLaunchTarget(BMessage* message)
|
||||
target->AddData(data.GetString("name"), data);
|
||||
|
||||
_LaunchJobs(target);
|
||||
|
||||
BMessage reply((uint32)B_OK);
|
||||
message->SendReply(&reply);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user