mirror of https://github.com/BOINC/boinc.git
fix "no new work" bug
svn path=/trunk/boinc/; revision=7921
This commit is contained in:
parent
8a77e661d4
commit
06f2a5cc1f
|
@ -11497,3 +11497,8 @@ Bruce 7 Sept 2005
|
|||
m4/
|
||||
check_ssl.m4
|
||||
|
||||
David 7 Sept 2005
|
||||
- fix bug where "no new work" flag wasn't getting written in XML
|
||||
|
||||
client/
|
||||
gui_rpc_server_ops.C
|
||||
|
|
|
@ -217,7 +217,7 @@ int PROJECT::write_state(MIOFILE& out, bool gui_rpc) {
|
|||
" <long_term_debt>%f</long_term_debt>\n"
|
||||
" <resource_share>%f</resource_share>\n"
|
||||
" <duration_correction_factor>%f</duration_correction_factor>\n"
|
||||
"%s%s%s%s%s%s",
|
||||
"%s%s%s%s%s%s%s",
|
||||
master_url,
|
||||
project_name,
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue