From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com>
Re-fixing remote admin XmlRpc handler registration.GenericGridServerConcept
parent
602dafae55
commit
42e67783b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue