*** empty log message ***

svn path=/trunk/boinc/; revision=3789
This commit is contained in:
Daniel Hsu 2004-07-06 18:09:30 +00:00
parent 383ff20e83
commit 4dab22ce28
2 changed files with 7 additions and 2 deletions

View File

@ -14701,7 +14701,11 @@ Brian 6 July 2004
pers_file_xfer.C,h
scheduler_op.C,h
Daniel 2004-07-06
- client: when a project fails to attach, call quit_activities()
before exit(1) so other running apps will terminate.
client/
main.C

View File

@ -72,6 +72,7 @@ void project_add_failed(PROJECT* project) {
);
}
gstate.detach_project(project);
gstate.quit_activities();
exit(1);
}