Now also sets fInitError when the app_server did not create the app
(and not only drop into the debugger). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13237 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1090,6 +1090,7 @@ BApplication::connect_to_app_server()
|
||||
fServerLink->SetSenderPort(serverPort);
|
||||
} else {
|
||||
fServerLink->SetSenderPort(-1);
|
||||
fInitError = B_ERROR;
|
||||
debugger("BApplication: couldn't obtain new app_server comm port");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user