diff options
author | onefang | 2019-06-04 00:50:59 +1000 |
---|---|---|
committer | onefang | 2019-06-04 00:50:59 +1000 |
commit | cdb1851f438349a8721c0d9cef54837d0b302189 (patch) | |
tree | 1a1c7255ac4343ecf44bdd5387903f467a6b7626 /OpenSim/ApplicationPlugins/RemoteController | |
parent | Adjust [AuthorizationService] sections to use the new DefaultRegionAccess. (diff) | |
download | opensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.zip opensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.tar.gz opensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.tar.bz2 opensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.tar.xz |
Warnings--
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 84d87f1..3d9e07b 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -1934,7 +1934,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
1934 | GetSceneFromRegionParams(requestData, responseData, out scene); | 1934 | GetSceneFromRegionParams(requestData, responseData, out scene); |
1935 | health = scene.GetHealth(out flags, out text); | 1935 | health = scene.GetHealth(out flags, out text); |
1936 | } | 1936 | } |
1937 | catch (Exception e) | 1937 | catch /*(Exception e)*/ |
1938 | { | 1938 | { |
1939 | responseData["error"] = null; | 1939 | responseData["error"] = null; |
1940 | } | 1940 | } |