diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 6f82181..e540e4d 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -267,7 +267,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
267 | } | 267 | } |
268 | 268 | ||
269 | 269 | ||
270 | private void checkStringParameters(XmlRpcRequest request, string[] param) | 270 | private static void checkStringParameters(XmlRpcRequest request, string[] param) |
271 | { | 271 | { |
272 | Hashtable requestData = (Hashtable) request.Params[0]; | 272 | Hashtable requestData = (Hashtable) request.Params[0]; |
273 | foreach (string p in param) | 273 | foreach (string p in param) |
@@ -279,7 +279,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
279 | } | 279 | } |
280 | } | 280 | } |
281 | 281 | ||
282 | private void checkIntegerParams(XmlRpcRequest request, string[] param) | 282 | private static void checkIntegerParams(XmlRpcRequest request, string[] param) |
283 | { | 283 | { |
284 | Hashtable requestData = (Hashtable) request.Params[0]; | 284 | Hashtable requestData = (Hashtable) request.Params[0]; |
285 | foreach (string p in param) | 285 | foreach (string p in param) |