mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Merge commit 'b229a72a5fb929d4886117f39ed6bd17a6d56aef' into bigmerge
This commit is contained in:
@@ -171,7 +171,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
|||||||
{
|
{
|
||||||
foreach (string enabledMethod in enabledMethods.Split('|'))
|
foreach (string enabledMethod in enabledMethods.Split('|'))
|
||||||
{
|
{
|
||||||
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod]);
|
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod], false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user