From 7e65e23263b1e2cc75afd2b681790abae655d34f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 2 Jun 2010 18:09:05 +0000 Subject: [PATCH] - fix to last checkin svn path=/trunk/boinc/; revision=21681 --- client/log_flags.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/log_flags.cpp b/client/log_flags.cpp index f5aae34b9f..8b54263e44 100644 --- a/client/log_flags.cpp +++ b/client/log_flags.cpp @@ -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);