diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs')
-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 d7d4708..9b945f4 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -1445,7 +1445,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
1445 | string param, IOSHttpRequest httpRequest, | 1445 | string param, IOSHttpRequest httpRequest, |
1446 | IOSHttpResponse httpResponse) | 1446 | IOSHttpResponse httpResponse) |
1447 | { | 1447 | { |
1448 | OSDMap req = (OSDMap)OSDParser.DeserializeLLSDXml(request); | 1448 | // OSDMap req = (OSDMap)OSDParser.DeserializeLLSDXml(request); |
1449 | OSDMap resp = new OSDMap(); | 1449 | OSDMap resp = new OSDMap(); |
1450 | 1450 | ||
1451 | OSDMap accessPrefs = new OSDMap(); | 1451 | OSDMap accessPrefs = new OSDMap(); |