aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs
index 4819337..a6e0947 100644
--- a/OpenSim/Grid/UserServer/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer/UserLoginService.cs
@@ -37,6 +37,7 @@ using OpenSim.Data;
37using OpenSim.Framework; 37using OpenSim.Framework;
38using OpenSim.Framework.Communications; 38using OpenSim.Framework.Communications;
39using OpenSim.Framework.Communications.Cache; 39using OpenSim.Framework.Communications.Cache;
40using OpenSim.Framework.Communications.Capabilities;
40 41
41namespace OpenSim.Grid.UserServer 42namespace OpenSim.Grid.UserServer
42{ 43{
@@ -309,7 +310,7 @@ namespace OpenSim.Grid.UserServer
309 response.RegionY = regionInfo.regionLocY; 310 response.RegionY = regionInfo.regionLocY;
310 311
311 //Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI 312 //Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI
312 string capsPath = Util.GetRandomCapsPath(); 313 string capsPath = CapsUtil.GetRandomCapsPath();
313 response.SeedCapability = regionInfo.httpServerURI + "CAPS/" + capsPath + "0000/"; 314 response.SeedCapability = regionInfo.httpServerURI + "CAPS/" + capsPath + "0000/";
314 315
315 // Notify the target of an incoming user 316 // Notify the target of an incoming user