mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com>
Re-fixing remote admin XmlRpc handler registration.
This commit is contained in:
@@ -113,7 +113,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
{
|
||||
foreach (string method in availableMethods.Keys)
|
||||
{
|
||||
m_httpd.AddXmlRPCHandler(method, availableMethods[method]);
|
||||
m_httpd.AddXmlRPCHandler(method, availableMethods[method], false);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user