diff options
author | Melanie | 2011-12-05 21:26:43 +0100 |
---|---|---|
committer | Melanie | 2011-12-05 21:26:43 +0100 |
commit | 09c043fe524f1b62c9e4286197a3f0cf70eca791 (patch) | |
tree | 0f635e779be182a194940331464af6a1e0c2e6ca /OpenSim/Region/CoreModules | |
parent | Remove erroneous message about hyperlinks when entering an invalid region name (diff) | |
download | opensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.zip opensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.tar.gz opensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.tar.bz2 opensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.tar.xz |
Adapt GodsModule to core changes
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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 | ||