diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 64b2a52..0a262fb 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -213,7 +213,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
213 | { | 213 | { |
214 | Hashtable requestData = (Hashtable) request.Params[0]; | 214 | Hashtable requestData = (Hashtable) request.Params[0]; |
215 | 215 | ||
216 | m_log.Info("[RADMIN]: Request to restart Region."); | ||
217 | CheckStringParameters(requestData, responseData, new string[] {"password"}); | 216 | CheckStringParameters(requestData, responseData, new string[] {"password"}); |
218 | 217 | ||
219 | FailIfRemoteAdminNotAllowed((string)requestData["password"], responseData, remoteClient.Address.ToString()); | 218 | FailIfRemoteAdminNotAllowed((string)requestData["password"], responseData, remoteClient.Address.ToString()); |
@@ -2951,4 +2950,4 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
2951 | return true; | 2950 | return true; |
2952 | } | 2951 | } |
2953 | } | 2952 | } |
2954 | } \ No newline at end of file | 2953 | } |