mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11590
This commit is contained in:
parent
dcf1b946db
commit
6fe4e20b6b
|
@ -12966,3 +12966,10 @@ David 25 Nov 2006
|
||||||
cs_scheduler.C
|
cs_scheduler.C
|
||||||
lib/
|
lib/
|
||||||
prefs.C
|
prefs.C
|
||||||
|
|
||||||
|
David 25 Nov 2006
|
||||||
|
- simple validator framework: bug fix, prevent crash
|
||||||
|
if output file missing
|
||||||
|
|
||||||
|
sched/
|
||||||
|
validate_util2.C
|
||||||
|
|
|
@ -81,6 +81,7 @@ int check_set(
|
||||||
);
|
);
|
||||||
results[i].outcome = RESULT_OUTCOME_VALIDATE_ERROR;
|
results[i].outcome = RESULT_OUTCOME_VALIDATE_ERROR;
|
||||||
results[i].validate_state = VALIDATE_STATE_INVALID;
|
results[i].validate_state = VALIDATE_STATE_INVALID;
|
||||||
|
had_error[i] = true;
|
||||||
} else {
|
} else {
|
||||||
good_results++;
|
good_results++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue