fix "no new work" bug

svn path=/trunk/boinc/; revision=7921
This commit is contained in:
David Anderson 2005-09-08 06:19:51 +00:00
parent 8a77e661d4
commit 06f2a5cc1f
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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