aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-20 00:01:20 +0000
committerJustin Clark-Casey (justincc)2013-02-20 00:01:20 +0000
commit8a6f2432fc0c57645cb395578f373474548975e9 (patch)
tree8aef77fe96b134971016635f443d54bb23f84f9f /OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps
parentConvert JsonTestPath() use in json regression tests to JsonGetPathType() instead (diff)
downloadopensim-SC_OLD-8a6f2432fc0c57645cb395578f373474548975e9.zip
opensim-SC_OLD-8a6f2432fc0c57645cb395578f373474548975e9.tar.gz
opensim-SC_OLD-8a6f2432fc0c57645cb395578f373474548975e9.tar.bz2
opensim-SC_OLD-8a6f2432fc0c57645cb395578f373474548975e9.tar.xz
minor: remove some mono compiler warnings in OpenSim.Region.ClientStack.Linden.Caps.dll
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
index 1af61db..20df8a6 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
@@ -912,7 +912,7 @@ namespace OpenSim.Region.ClientStack.Linden
912 string param, IOSHttpRequest httpRequest, 912 string param, IOSHttpRequest httpRequest,
913 IOSHttpResponse httpResponse) 913 IOSHttpResponse httpResponse)
914 { 914 {
915 OSDMap req = (OSDMap)OSDParser.DeserializeLLSDXml(request); 915// OSDMap req = (OSDMap)OSDParser.DeserializeLLSDXml(request);
916 OSDMap resp = new OSDMap(); 916 OSDMap resp = new OSDMap();
917 917
918 OSDMap accessPrefs = new OSDMap(); 918 OSDMap accessPrefs = new OSDMap();