mirror of https://github.com/BOINC/boinc.git
- fix to last checkin
svn path=/trunk/boinc/; revision=21681
This commit is contained in:
parent
cec8b2950a
commit
7e65e23263
|
@ -344,6 +344,10 @@ int CONFIG::parse_options(XML_PARSER& xp) {
|
||||||
exclusive_gpu_apps.push_back(s);
|
exclusive_gpu_apps.push_back(s);
|
||||||
continue;
|
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_bool(tag, "fetch_minimal_work", fetch_minimal_work)) continue;
|
||||||
if (xp.parse_string(tag, "force_auth", force_auth)) {
|
if (xp.parse_string(tag, "force_auth", force_auth)) {
|
||||||
downcase_string(force_auth);
|
downcase_string(force_auth);
|
||||||
|
|
Loading…
Reference in New Issue