*** empty log message ***

svn path=/trunk/boinc/; revision=5199
This commit is contained in:
David Anderson 2005-01-24 22:15:39 +00:00
parent 0d6f6d66fb
commit fdb5306443
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ bool SCHEDULER_OP::poll() {
if (must_get_work && nresults==0) {
backoff(project, "No work from project\n");
} else {
project->nrpc_errors = 0;
project->nrpc_failures = 0;
}
break;
case ERR_PROJECT_DOWN: