X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FCDB%2FAliCDBStorage.cxx;h=01a7e9712c5705e0d64eadd0f4423084b4a1b14a;hb=HEAD;hp=64073629c7dd4ee3b28b5cf7a0d9f0488a12d69d;hpb=6b6eecdc163b637b8c579c5d67685ae0d36960cc;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/CDB/AliCDBStorage.cxx b/STEER/CDB/AliCDBStorage.cxx index 64073629c7d..01a7e9712c5 100644 --- a/STEER/CDB/AliCDBStorage.cxx +++ b/STEER/CDB/AliCDBStorage.cxx @@ -439,7 +439,7 @@ void AliCDBStorage::QueryCDB(Int_t run, const char* pathFilter, // In fValidFileIds, clear id for the same 3level path, if any AliDebug(3, Form("Clearing list of CDB Id's previously loaded for path \"%s\"", pathFilter)); AliCDBPath filter(pathFilter); - for (Int_t i=0; i=0; --i) { AliCDBId *rmMe = dynamic_cast(fValidFileIds.At(i)); AliCDBPath rmPath = rmMe->GetAliCDBPath(); if (filter.Comprises(rmPath)) {