mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3789
This commit is contained in:
parent
383ff20e83
commit
4dab22ce28
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ void project_add_failed(PROJECT* project) {
|
|||
);
|
||||
}
|
||||
gstate.detach_project(project);
|
||||
gstate.quit_activities();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue