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

Nothing we can do about that, blame Docker.
melanie
Melanie Thielker 2017-02-09 23:13:37 +00:00
parent 6164573766
commit caaf9f7fc1
1 changed files with 3 additions and 0 deletions

View File

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