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:
Axel Dörfler
2015-07-22 20:40:52 +02:00
parent 4bf862e368
commit 798ad3db30
3 changed files with 13 additions and 7 deletions
+1
View File
@@ -172,6 +172,7 @@ private:
BList* fCommonFilters;
bool fTerminating;
bool fRunCalled;
bool fOwnsPort;
uint32 _reserved[11];
};