* Stop a non WebException in an XMLRPC request from bringing down the whole sim
parent
03c402842a
commit
c4fbb6453c
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue