minor locking issue

LSLKeyTest
UbitUmarov 2016-08-22 06:29:54 +01:00
parent 4f4227d5bb
commit 3ffb6e8120
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
CacheExpire = TimeSpan.FromHours(fcache);
if(doMeshFileCache && cachePath != "")
lock (diskLock)
{
lock (diskLock)
if(doMeshFileCache && cachePath != "")
{
try
{