Skip to content

Commit

Permalink
Fix bug in building local list of valid files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrosso authored and rgrosso committed Nov 3, 2014
1 parent 39319e7 commit 6c44aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STEER/CDB/AliCDBLocal.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ void AliCDBLocal::QueryValidFiles() {
highestV = aVersion;
highestSubV = aSubVersion;
hvRunRange = aRunRange;
} else {
} else if (aVersion == highestV) {
if (aSubVersion > highestSubV) {
highestSubV = aSubVersion;
hvRunRange = aRunRange;
Expand Down

0 comments on commit 6c44aaf

Please sign in to comment.