- scheduler: fix for daily quota enforcement

svn path=/trunk/boinc/; revision=21495
This commit is contained in:
David Anderson 2010-05-12 21:24:52 +00:00
parent 63dcfabe0e
commit 7688a6c5d6
2 changed files with 6 additions and 0 deletions

View File

@ -3582,3 +3582,8 @@ David 12 May 2010
sched/
sched_types.h
sched_version.cpp
David 12 May 2010
- scheduler: fix for daily quota enforcement
sched_version.cpp

View File

@ -408,6 +408,7 @@ BEST_APP_VERSION* get_app_version(
"[version] daily quota exceeded\n"
);
}
continue;
}
if (reliable_only && !app_version_is_reliable(av.id)) {
if (config.debug_version_select) {