corrected handling when XML parsing in Presence Connector fails

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
0.8.1-post-fixes
Freaky Tech 2015-03-02 22:03:26 +01:00 committed by Justin Clark-Casey (justincc)
parent a4f6cef832
commit bea2569b6d
1 changed files with 1 additions and 0 deletions

View File

@ -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);