mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Mantis #7919: fatal exception on LoadImageURLModule
This commit is contained in:
@@ -268,6 +268,10 @@ namespace OpenSim.Region.CoreModules.Scripting.LoadImageURL
|
||||
catch (WebException)
|
||||
{
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat("[LOADIMAGEURLMODULE]: unexpected exception {0}", e.Message);
|
||||
}
|
||||
finally
|
||||
{
|
||||
if (stream != null)
|
||||
|
||||
Reference in New Issue
Block a user