aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index 535712e..94ab4da 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -171,7 +171,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
171 { 171 {
172 foreach (string enabledMethod in enabledMethods.Split('|')) 172 foreach (string enabledMethod in enabledMethods.Split('|'))
173 { 173 {
174 m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod]); 174 m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod], false);
175 } 175 }
176 } 176 }
177 } 177 }