diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 2 |
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(); |