uh-hum. It might help if I remembered to save the file.

remotes/origin/0.6.7-post-fixes
Diva Canto 2009-09-05 17:16:43 -07:00
parent 7d9d8eb90f
commit babe392709
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ namespace OpenSim.Region.Communications.OGS1
parameters.Add(param);
XmlRpcRequest req = new XmlRpcRequest("get_agent_by_uuid", parameters);
XmlRpcResponse resp = req.Send(GetUserServerURL(userId), 6000);
XmlRpcResponse resp = req.Send(m_commsManager.NetworkServersInfo.UserURL, 6000);
Hashtable respData = (Hashtable)resp.Value;
if (respData.Contains("error_type"))
{