aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-04 23:53:30 +0100
committerJustin Clark-Casey (justincc)2011-10-04 23:53:30 +0100
commit9a49b3b5197f41353c32443dbc5432a4bcd58958 (patch)
treed7634beb34cfdfc1c83d6464c3c2dce6deaa7aa6 /OpenSim/ApplicationPlugins
parentWhen creating a new user on the comand line, give the option of allowing a UU... (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-9a49b3b5197f41353c32443dbc5432a4bcd58958.zip
opensim-SC_OLD-9a49b3b5197f41353c32443dbc5432a4bcd58958.tar.gz
opensim-SC_OLD-9a49b3b5197f41353c32443dbc5432a4bcd58958.tar.bz2
opensim-SC_OLD-9a49b3b5197f41353c32443dbc5432a4bcd58958.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-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 c270428..70b7d88 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -170,7 +170,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
170 { 170 {
171 foreach (string enabledMethod in enabledMethods.Split('|')) 171 foreach (string enabledMethod in enabledMethods.Split('|'))
172 { 172 {
173 m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod]); 173 m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod], false);
174 } 174 }
175 } 175 }
176 } 176 }