BLooper: don't delete a launch_daemon port.
* Unless the service is really to be quit, the port should stay around; but that decision is to be made by the launch_daemon, not the service itself.
This commit is contained in:
@@ -267,6 +267,8 @@ BApplication::BApplication(const char* signature, const char* looperName,
|
||||
looperName != NULL ? looperName : kDefaultLooperName)
|
||||
{
|
||||
_InitData(signature, initGUI, _error);
|
||||
if (port < 0)
|
||||
fOwnsPort = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user