aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer
diff options
context:
space:
mode:
authorHomer Horwitz2008-12-11 19:52:29 +0000
committerHomer Horwitz2008-12-11 19:52:29 +0000
commitd943abea579ab9e5f07fb5baac30991415655647 (patch)
treeffc7e1839d621a6b41433d030850a9e6685fe43d /OpenSim/Grid/GridServer
parent* Also add the OpenSim.Framework reference to prebuild.xml needed by Windows (diff)
downloadopensim-SC_OLD-d943abea579ab9e5f07fb5baac30991415655647.zip
opensim-SC_OLD-d943abea579ab9e5f07fb5baac30991415655647.tar.gz
opensim-SC_OLD-d943abea579ab9e5f07fb5baac30991415655647.tar.bz2
opensim-SC_OLD-d943abea579ab9e5f07fb5baac30991415655647.tar.xz
Move from IP to hostname for seed caps on login, for gridmode and standalone.
All the other caps (except the initial one) are already sent with hostname instead of IP. NOTE: This changes gridserver and userserver
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index c60334b..be3a7cf 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -810,6 +810,7 @@ namespace OpenSim.Grid.GridServer
810 m_log.Info("[DATA]: found " + (string)simData.regionName + " regionHandle = " + 810 m_log.Info("[DATA]: found " + (string)simData.regionName + " regionHandle = " +
811 (string)requestData["region_handle"]); 811 (string)requestData["region_handle"]);
812 responseData["sim_ip"] = Util.GetHostFromDNS(simData.serverIP).ToString(); 812 responseData["sim_ip"] = Util.GetHostFromDNS(simData.serverIP).ToString();
813 responseData["sim_host"] = simData.serverIP;
813 responseData["sim_port"] = simData.serverPort.ToString(); 814 responseData["sim_port"] = simData.serverPort.ToString();
814 responseData["server_uri"] = simData.serverURI; 815 responseData["server_uri"] = simData.serverURI;
815 responseData["http_port"] = simData.httpPort.ToString(); 816 responseData["http_port"] = simData.httpPort.ToString();