aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-09-26 16:17:49 +0100
committerUbitUmarov2012-09-26 16:17:49 +0100
commit617f1b9223375a2dda925e26c395901810d37697 (patch)
tree8d7a116061246bda06540bb757e946df1c84bdab /OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
parent Seems nothing actually need the request body for getevents. so change (diff)
downloadopensim-SC_OLD-617f1b9223375a2dda925e26c395901810d37697.zip
opensim-SC_OLD-617f1b9223375a2dda925e26c395901810d37697.tar.gz
opensim-SC_OLD-617f1b9223375a2dda925e26c395901810d37697.tar.bz2
opensim-SC_OLD-617f1b9223375a2dda925e26c395901810d37697.tar.xz
just remove the damm thing
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
index 13762f7..56221aa 100644
--- a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
@@ -444,7 +444,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
444 } 444 }
445 } 445 }
446 } 446 }
447 private Hashtable GetEvents(UUID requestID, UUID sessionID, string request) 447 private Hashtable GetEvents(UUID requestID, UUID sessionID)
448 { 448 {
449 UrlData url = null; 449 UrlData url = null;
450 RequestData requestData = null; 450 RequestData requestData = null;