From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com>

Re-fixing remote admin XmlRpc handler registration.
GenericGridServerConcept
Dr Scofield 2009-02-20 19:15:39 +00:00
parent 602dafae55
commit 42e67783b4
1 changed files with 1 additions and 1 deletions

View File

@ -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