Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-10-04 23:53:30 +01:00
commit 9a49b3b519
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
{
foreach (string enabledMethod in enabledMethods.Split('|'))
{
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod]);
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod], false);
}
}
}