mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=23207
This commit is contained in:
parent
2bf111cc5b
commit
a39a0969d9
|
@ -1429,3 +1429,9 @@ Charlie 7 Mar 2011
|
|||
|
||||
clientgui/
|
||||
DlgOptions.cpp
|
||||
|
||||
David 7 Mar 2011
|
||||
- client: fix to [23162] that broke work fetch
|
||||
|
||||
client/
|
||||
work_fetch.cpp
|
||||
|
|
|
@ -979,6 +979,7 @@ PROJECT* WORK_FETCH::choose_project() {
|
|||
gstate.compute_nuploading_results();
|
||||
|
||||
gstate.rr_simulation();
|
||||
compute_shares();
|
||||
if (use_rec) {
|
||||
project_priority_init();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue