make it easier to get a stack crawl in case the server crashes after quitting in the test enviroment (code by axeld)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16520 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-02-26 18:03:00 +00:00
parent 43307330ce
commit 2d8561e4c6
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ AppServer::_DispatchMessage(int32 code, BPrivate::LinkReceiver& msg)
delete this;
// we are now clear to exit
exit(0);
exit_thread(0);
break;
}
#endif