- fix to last checkin

svn path=/trunk/boinc/; revision=21681
This commit is contained in:
David Anderson 2010-06-02 18:09:05 +00:00
parent cec8b2950a
commit 7e65e23263
1 changed files with 4 additions and 0 deletions

View File

@ -344,6 +344,10 @@ int CONFIG::parse_options(XML_PARSER& xp) {
exclusive_gpu_apps.push_back(s);
continue;
}
if (xp.parse_bool(tag, "exit_when_idle", exit_when_idle)) {
report_results_immediately = true;
continue;
}
if (xp.parse_bool(tag, "fetch_minimal_work", fetch_minimal_work)) continue;
if (xp.parse_string(tag, "force_auth", force_auth)) {
downcase_string(force_auth);