mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11682
This commit is contained in:
parent
cda05f82b5
commit
4bdfe86df2
|
@ -461,7 +461,9 @@ int CMainDocument::GetCoreClientStatus(CC_STATUS& ccs) {
|
||||||
status = ccs;
|
status = ccs;
|
||||||
|
|
||||||
if (ccs.manager_must_quit) {
|
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);
|
exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue