registrar: implemented auth port via launch_daemon.

* get_roster_port_name() is no longer needed.
* This also removes the app_server restart code from the debug
  server -- this will be done by the launch_daemon in the future.
This commit is contained in:
Axel Dörfler
2015-07-22 20:41:01 +02:00
parent 7ef0edec04
commit bea38cb711
9 changed files with 31 additions and 57 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ BApplication::_InitData(const char* signature, bool initGUI, status_t* _error)
#ifndef RUN_WITHOUT_REGISTRAR
bool registerApp = signature == NULL
|| (strcasecmp(signature, kRegistrarSignature) != 0
|| (strcasecmp(signature, B_REGISTRAR_SIGNATURE) != 0
&& strcasecmp(signature, kLaunchDaemonSignature) != 0);
// get team and thread
team_id team = Team();