fix a lock i missed..

This commit is contained in:
UbitUmarov
2020-03-11 16:04:02 +00:00
parent beee52032e
commit b292950b1c

View File

@@ -982,7 +982,7 @@ namespace OpenSim.Region.CoreModules.Asset
double weakHitRate = m_weakRefHits * invReq;
int weakEntriesAlive = 0;
lock(weakAssetReferences)
lock(weakAssetReferencesLock)
{
foreach(WeakReference aref in weakAssetReferences.Values)
{