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) {