aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-06 18:26:27 +0000
committerJustin Clarke Casey2009-01-06 18:26:27 +0000
commit31b0f07085eafd63039681b6c57aca289b9fe532 (patch)
tree5b0c08992715c98efdfd9bfe6cf54ea43aaa3321 /OpenSim/Region/Communications/Local/LocalLoginService.cs
parent* Fix build break - forgot that I had renamed an argument (diff)
downloadopensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.zip
opensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.tar.gz
opensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.tar.bz2
opensim-SC_OLD-31b0f07085eafd63039681b6c57aca289b9fe532.tar.xz
* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with terminology used elsewhere
* Last build break was probably a Bamboo failure - hopefully this should succeed
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index 8a805df..9ee10e8 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -296,7 +296,7 @@ namespace OpenSim.Region.Communications.Local
296 response.RegionX = regionInfo.RegionLocX; 296 response.RegionX = regionInfo.RegionLocX;
297 response.RegionY = regionInfo.RegionLocY; 297 response.RegionY = regionInfo.RegionLocY;
298 298
299 string capsPath = CapsUtil.GetRandomCapsPath(); 299 string capsPath = CapsUtil.GetRandomCapsObjectPath();
300 string capsSeedPath = CapsUtil.GetCapsSeedPath(capsPath); 300 string capsSeedPath = CapsUtil.GetCapsSeedPath(capsPath);
301 301
302 // Don't use the following! It Fails for logging into any region not on the same port as the http server! 302 // Don't use the following! It Fails for logging into any region not on the same port as the http server!