mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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:
@@ -806,6 +806,9 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
return;
|
||||
}
|
||||
catch (UnauthorizedAccessException e)
|
||||
{
|
||||
}
|
||||
finally
|
||||
{
|
||||
if (stream != null)
|
||||
|
||||
Reference in New Issue
Block a user