diff options
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs index 66fc24e..47bbeca 100644 --- a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs +++ b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs | |||
@@ -240,7 +240,7 @@ namespace OpenSim.Grid.UserServer.Modules | |||
240 | rinfo.RegionLocY = (uint)(gregion.RegionLocY / Constants.RegionSize); | 240 | rinfo.RegionLocY = (uint)(gregion.RegionLocY / Constants.RegionSize); |
241 | rinfo.RegionName = gregion.RegionName; | 241 | rinfo.RegionName = gregion.RegionName; |
242 | rinfo.ScopeID = gregion.ScopeID; | 242 | rinfo.ScopeID = gregion.ScopeID; |
243 | rinfo.ServerURI = "http://" + gregion.ExternalHostName + ":" + gregion.HttpPort.ToString(); | 243 | rinfo.ServerURI = gregion.ServerURI; |
244 | 244 | ||
245 | return rinfo; | 245 | return rinfo; |
246 | } | 246 | } |