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-03-31 14:38:40 +01:00
parent 6164573766
commit caaf9f7fc1
@@ -806,6 +806,9 @@ namespace OpenSim.Region.CoreModules.Asset
return;
}
catch (UnauthorizedAccessException e)
{
}
finally
{
if (stream != null)