]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Taking care of the warning by coverity
authorrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Jun 2013 10:18:30 +0000 (10:18 +0000)
committerrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Jun 2013 10:18:30 +0000 (10:18 +0000)
STEER/CDB/AliCDBManager.cxx

index d6b3ebc19296632c36ba14cdeb0dd378d64d6043..f98bc9b2764c4c30638a39257bc4f124e6f27ff1 100644 (file)
@@ -1160,7 +1160,7 @@ TList* AliCDBManager::GetAll(const AliCDBId& query) {
        if(!result) return 0;
 
        // loop on result to check whether entries should be re-queried with specific storages
-       if(fSpecificStorages.GetEntries()>0 && ! (fSpecificStorages.GetEntries() == 1 && aPar) || aStorage->GetNSelections()>0 ) {
+       if( (fSpecificStorages.GetEntries()>0 && !(fSpecificStorages.GetEntries() == 1 && aPar)) || aStorage->GetNSelections()>0 ) {
                AliInfo("Now look into all other specific storages...");
 
                TIter iter(result);