diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs b/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs index f73f9c1..1492302 100644 --- a/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs | |||
@@ -111,8 +111,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Gods | |||
111 | } | 111 | } |
112 | 112 | ||
113 | private string HandleUntrustedSimulatorMessage(string request, | 113 | private string HandleUntrustedSimulatorMessage(string request, |
114 | string path, string param, OSHttpRequest httpRequest, | 114 | string path, string param, IOSHttpRequest httpRequest, |
115 | OSHttpResponse httpResponse) | 115 | IOSHttpResponse httpResponse) |
116 | { | 116 | { |
117 | OSDMap osd = (OSDMap)OSDParser.DeserializeLLSDXml(request); | 117 | OSDMap osd = (OSDMap)OSDParser.DeserializeLLSDXml(request); |
118 | 118 | ||