diff options
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid/HGGridServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGGridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs index f30b9f7..58711e5 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs | |||
@@ -133,7 +133,7 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
133 | { | 133 | { |
134 | // Region doesn't exist here. Trying to link remote region | 134 | // Region doesn't exist here. Trying to link remote region |
135 | 135 | ||
136 | m_log.Info("[HGrid]: Linking remote region " + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort ); | 136 | m_log.Info("[HGrid]: Linking remote region " + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort); |
137 | regionInfo.RegionID = LinkRegion(regionInfo); // UUID.Random(); | 137 | regionInfo.RegionID = LinkRegion(regionInfo); // UUID.Random(); |
138 | if (!regionInfo.RegionID.Equals(UUID.Zero)) | 138 | if (!regionInfo.RegionID.Equals(UUID.Zero)) |
139 | { | 139 | { |