mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
corrected handling when XML parsing in Presence Connector fails
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
a4f6cef832
commit
bea2569b6d
@@ -301,6 +301,7 @@ namespace OpenSim.Services.Connectors
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.DebugFormat("[PRESENCE CONNECTOR]: Exception when contacting presence server at {0}: {1}", uri, e.Message);
|
||||
return null;
|
||||
}
|
||||
|
||||
Dictionary<string, object> replyData = ServerUtils.ParseXmlResponse(reply);
|
||||
|
||||
Reference in New Issue
Block a user