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:
Axel Dörfler
2005-06-23 16:29:51 +00:00
parent ba69a3795b
commit 014ddc8724
+1
View File
@@ -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");
}
}