diff options
author | Justin Clarke Casey | 2009-01-06 18:26:27 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-06 18:26:27 +0000 |
commit | 31b0f07085eafd63039681b6c57aca289b9fe532 (patch) | |
tree | 5b0c08992715c98efdfd9bfe6cf54ea43aaa3321 /OpenSim/Region/Communications/Local | |
parent | * Fix build break - forgot that I had renamed an argument (diff) | |
download | opensim-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 'OpenSim/Region/Communications/Local')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 |
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! |