Fixed DNS resolve bug for Grid mode on multi-Homer systems.

This commit is contained in:
Tedd Hansen
2007-09-12 05:37:46 +00:00
parent 6ca6c035e7
commit 5ade01bb49
2 changed files with 8 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ namespace OpenSim.Framework.Data
ArrayList SendParams = new ArrayList();
SendParams.Add(requestData);
XmlRpcRequest GridReq = new XmlRpcRequest("simulator_data_request", SendParams);
Console.WriteLine("Requesting response from GridServer URL: " + gridserver_url);
XmlRpcResponse GridResp = GridReq.Send(gridserver_url, 3000);
Hashtable responseData = (Hashtable)GridResp.Value;