*** empty log message ***

svn path=/trunk/boinc/; revision=2340
This commit is contained in:
Karl Chen 2003-09-19 07:54:12 +00:00
parent f40d30ad41
commit b45639d97b
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ void handle_wu(DB_WORKUNIT& wu) {
}
}
wu.transition_time = MAXINT;
wu.transition_time = INT_MAX;
for (unsigned int i=0; i<results.size(); i++) {
DB_RESULT& result = results[i];
if (result.server_state == RESULT_SERVER_STATE_IN_PROGRESS) {