Squelch an error that happens when the asset cache was mounted RO.
Nothing we can do about that, blame Docker.melanie
parent
6164573766
commit
caaf9f7fc1
|
@ -806,6 +806,9 @@ namespace OpenSim.Region.CoreModules.Asset
|
|||
|
||||
return;
|
||||
}
|
||||
catch (UnauthorizedAccessException e)
|
||||
{
|
||||
}
|
||||
finally
|
||||
{
|
||||
if (stream != null)
|
||||
|
|
Loading…
Reference in New Issue