diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/UserLoginService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs index 2ca5ada..66fc24e 100644 --- a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs +++ b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs | |||
@@ -240,6 +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 | 244 | ||
244 | return rinfo; | 245 | return rinfo; |
245 | } | 246 | } |