diff options
author | Justin Clarke Casey | 2009-01-06 18:12:22 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-06 18:12:22 +0000 |
commit | 498cd4f9874ba45825b8018a340fce189ba318e2 (patch) | |
tree | bafed9696ad2ea13c05781d80bfab5fbd33450fe | |
parent | * Move common string aggregation for caps seed path to a method in CapsUtil (diff) | |
download | opensim-SC_OLD-498cd4f9874ba45825b8018a340fce189ba318e2.zip opensim-SC_OLD-498cd4f9874ba45825b8018a340fce189ba318e2.tar.gz opensim-SC_OLD-498cd4f9874ba45825b8018a340fce189ba318e2.tar.bz2 opensim-SC_OLD-498cd4f9874ba45825b8018a340fce189ba318e2.tar.xz |
* Fix build break - forgot that I had renamed an argument
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/CapsUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs b/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs index 27ce402..fe9780d 100644 --- a/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs +++ b/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Framework.Communications.Capabilities | |||
42 | /// <returns></returns> | 42 | /// <returns></returns> |
43 | public static string GetCapsSeedPath(string capsObjectPath) | 43 | public static string GetCapsSeedPath(string capsObjectPath) |
44 | { | 44 | { |
45 | return "/CAPS/" + capsKey + "0000/"; | 45 | return "/CAPS/" + capsObjectPath + "0000/"; |
46 | } | 46 | } |
47 | 47 | ||
48 | public static string GetRandomCapsPath() | 48 | public static string GetRandomCapsPath() |