mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
* Stop a non WebException in an XMLRPC request from bringing down the whole sim
This commit is contained in:
@@ -677,7 +677,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.XMLRPC
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (WebException we)
|
||||
catch (Exception we)
|
||||
{
|
||||
sdata = we.Message;
|
||||
m_log.Warn("[SendRemoteDataRequest]: Request failed");
|
||||
|
||||
Reference in New Issue
Block a user