Merge fix for LLVOCache: If doesn't make sense to set mInitialized to TRUE and check if it's true in the next step!
parent
16b8d810e6
commit
a1f4749076
|
|
@ -294,7 +294,6 @@ void LLVOCache::initCache(ELLPath location, U32 size, U32 cache_version)
|
|||
llwarns << "Not initializing cache: Cache is currently disabled." << llendl;
|
||||
return ;
|
||||
}
|
||||
mInitialized = TRUE ;
|
||||
|
||||
if(mInitialized)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue