mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00: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