From d943abea579ab9e5f07fb5baac30991415655647 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Thu, 11 Dec 2008 19:52:29 +0000 Subject: 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 --- OpenSim/Grid/GridServer/GridManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Grid/GridServer/GridManager.cs') 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 m_log.Info("[DATA]: found " + (string)simData.regionName + " regionHandle = " + (string)requestData["region_handle"]); responseData["sim_ip"] = Util.GetHostFromDNS(simData.serverIP).ToString(); + responseData["sim_host"] = simData.serverIP; responseData["sim_port"] = simData.serverPort.ToString(); responseData["server_uri"] = simData.serverURI; responseData["http_port"] = simData.httpPort.ToString(); -- cgit v1.1