*** empty log message ***

svn path=/trunk/boinc/; revision=11682
This commit is contained in:
David Anderson 2006-12-14 18:56:00 +00:00
parent cda05f82b5
commit 4bdfe86df2
1 changed files with 3 additions and 1 deletions

View File

@ -461,7 +461,9 @@ int CMainDocument::GetCoreClientStatus(CC_STATUS& ccs) {
status = ccs;
if (ccs.manager_must_quit) {
// should notify user here
// TODO:
// if client is remote, don't do anything
// otherwise notify user and exit
exit(0);
}
}