From a6bcc264c6db0ab579af8a286466f74d07137b19 Mon Sep 17 00:00:00 2001 From: Daniel Hsu Date: Sat, 24 Jul 2004 01:25:10 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3949 --- client/cs_scheduler.C | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/cs_scheduler.C b/client/cs_scheduler.C index 28508f5e87..89df976312 100644 --- a/client/cs_scheduler.C +++ b/client/cs_scheduler.C @@ -140,7 +140,10 @@ PROJECT* CLIENT_STATE::next_project(PROJECT *old) { bool found_old = (old == 0); for (i=0; imaster_url_fetch_pending) continue; if (p->waiting_until_min_rpc_time(now)) continue; if (found_old && p->work_request > 0) {