mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Merge branch 'master' into bigmerge
This commit is contained in:
@@ -214,7 +214,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
{
|
||||
Hashtable requestData = (Hashtable) request.Params[0];
|
||||
|
||||
m_log.Info("[RADMIN]: Request to restart Region.");
|
||||
CheckStringParameters(requestData, responseData, new string[] {"password"});
|
||||
|
||||
FailIfRemoteAdminNotAllowed((string)requestData["password"], responseData, remoteClient.Address.ToString());
|
||||
|
||||
Reference in New Issue
Block a user