]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
initial version/subversion should be set to -1 to load last object if special version...
authorshahoian <ruben.shahoyan@cern.ch>
Wed, 12 Nov 2014 18:19:42 +0000 (19:19 +0100)
committershahoian <ruben.shahoyan@cern.ch>
Wed, 12 Nov 2014 18:20:07 +0000 (19:20 +0100)
STEER/CDB/AliCDBManager.cxx

index 1d58831da94e738924ddec1d22ee3e5157150e60..489164e2c8523973dd4982e02479039bb71d43d3 100644 (file)
@@ -1060,7 +1060,7 @@ AliCDBEntry* AliCDBManager::Get(const AliCDBId& queryId, Bool_t forceCaching) {
     return NULL;
   }
 
-  Int_t version = 0, subVersion = 0;
+  Int_t version = -1, subVersion = -1;
   AliCDBStorage *aStorage=0;
   if(aPar) {
     aStorage=GetStorage(aPar);