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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user