From 7aaa136f7a61f04e6f4273d8bc4e67aacf3da7c2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 29 Mar 2013 18:38:57 -0700 Subject: [PATCH] - client: on startup, if new version, arrange to get new project list --- client/client_state.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/client_state.cpp b/client/client_state.cpp index b54ca0d743..b896df8a08 100644 --- a/client/client_state.cpp +++ b/client/client_state.cpp @@ -549,10 +549,12 @@ int CLIENT_STATE::init() { } // if new version of client, // - run CPU benchmarks + // - get new project list // - contact reference site (or some project) to trigger firewall alert // if (new_client) { run_cpu_benchmarks = true; + all_projects_list_check_time = 0; if (config.dont_contact_ref_site) { if (projects.size() > 0) { projects[0]->master_url_fetch_pending = true;