diff options
author | diva | 2009-06-14 16:26:14 +0000 |
---|---|---|
committer | diva | 2009-06-14 16:26:14 +0000 |
commit | a0b68178b854a250ae2fcf969499d7d07720bf2c (patch) | |
tree | 6ec55542242e791c4a6616855f7d5ebbd85e278a /OpenSim/Services/Connectors/Neighbour | |
parent | And this one too... (diff) | |
download | opensim-SC_OLD-a0b68178b854a250ae2fcf969499d7d07720bf2c.zip opensim-SC_OLD-a0b68178b854a250ae2fcf969499d7d07720bf2c.tar.gz opensim-SC_OLD-a0b68178b854a250ae2fcf969499d7d07720bf2c.tar.bz2 opensim-SC_OLD-a0b68178b854a250ae2fcf969499d7d07720bf2c.tar.xz |
Bug fix in remote neighbour connector.
Diffstat (limited to 'OpenSim/Services/Connectors/Neighbour')
-rw-r--r-- | OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs b/OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs index d6f5fe9..26f606d 100644 --- a/OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs +++ b/OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Services.Connectors | |||
49 | LogManager.GetLogger( | 49 | LogManager.GetLogger( |
50 | MethodBase.GetCurrentMethod().DeclaringType); | 50 | MethodBase.GetCurrentMethod().DeclaringType); |
51 | 51 | ||
52 | private IGridServices m_MapService = null; | 52 | protected IGridServices m_MapService = null; |
53 | 53 | ||
54 | public NeighbourServicesConnector() | 54 | public NeighbourServicesConnector() |
55 | { | 55 | { |