Squelch an error that happens when the asset cache was mounted RO.

Nothing we can do about that, blame Docker.
This commit is contained in:
Melanie Thielker
2017-02-09 23:13:37 +00:00
parent 6164573766
commit caaf9f7fc1

View File

@@ -806,6 +806,9 @@ namespace OpenSim.Region.CoreModules.Asset
return;
}
catch (UnauthorizedAccessException e)
{
}
finally
{
if (stream != null)