diff options
author | opensim mirror account | 2010-10-22 16:00:06 -0700 |
---|---|---|
committer | opensim mirror account | 2010-10-22 16:00:06 -0700 |
commit | bf5cc32b5f87de786ea764021571b2bdcf1e64cd (patch) | |
tree | 86f05bdff474bc42ee90a7e1d3dcfc508ab2bc04 /OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.zip opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.tar.gz opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.tar.bz2 opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs')
-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 9c57a40..0a982f8 100644 --- a/OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs +++ b/OpenSim/Services/Connectors/Neighbour/NeighbourServiceConnector.cs | |||
@@ -87,7 +87,7 @@ namespace OpenSim.Services.Connectors | |||
87 | 87 | ||
88 | public bool DoHelloNeighbourCall(GridRegion region, RegionInfo thisRegion) | 88 | public bool DoHelloNeighbourCall(GridRegion region, RegionInfo thisRegion) |
89 | { | 89 | { |
90 | string uri = region.ServerURI + "/region/" + thisRegion.RegionID + "/"; | 90 | string uri = "http://" + region.ExternalEndPoint.Address + ":" + region.HttpPort + "/region/" + thisRegion.RegionID + "/"; |
91 | //m_log.Debug(" >>> DoHelloNeighbourCall <<< " + uri); | 91 | //m_log.Debug(" >>> DoHelloNeighbourCall <<< " + uri); |
92 | 92 | ||
93 | WebRequest HelloNeighbourRequest = WebRequest.Create(uri); | 93 | WebRequest HelloNeighbourRequest = WebRequest.Create(uri); |