diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 1706c6d..0ef327e 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -20,7 +20,6 @@ namespace OpenSim.Region.Communications.OGS1 | |||
20 | public Dictionary<ulong, RegionCommsListener> listeners = new Dictionary<ulong, RegionCommsListener>(); | 20 | public Dictionary<ulong, RegionCommsListener> listeners = new Dictionary<ulong, RegionCommsListener>(); |
21 | public GridInfo grid; | 21 | public GridInfo grid; |
22 | public BaseHttpServer httpListener; | 22 | public BaseHttpServer httpListener; |
23 | private bool initialised = false; | ||
24 | 23 | ||
25 | public RegionCommsListener RegisterRegion(RegionInfo regionInfo, GridInfo gridInfo) | 24 | public RegionCommsListener RegisterRegion(RegionInfo regionInfo, GridInfo gridInfo) |
26 | { | 25 | { |
@@ -44,6 +43,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
44 | XmlRpcRequest GridReq = new XmlRpcRequest("simulator_login", SendParams); | 43 | XmlRpcRequest GridReq = new XmlRpcRequest("simulator_login", SendParams); |
45 | XmlRpcResponse GridResp = GridReq.Send(gridInfo.GridServerURI, 3000); | 44 | XmlRpcResponse GridResp = GridReq.Send(gridInfo.GridServerURI, 3000); |
46 | Hashtable GridRespData = (Hashtable)GridResp.Value; | 45 | Hashtable GridRespData = (Hashtable)GridResp.Value; |
46 | |||
47 | Hashtable griddatahash = GridRespData; | 47 | Hashtable griddatahash = GridRespData; |
48 | 48 | ||
49 | // Process Response | 49 | // Process Response |