diff options
author | Dr Scofield | 2009-02-20 19:15:39 +0000 |
---|---|---|
committer | Dr Scofield | 2009-02-20 19:15:39 +0000 |
commit | 42e67783b4ee9ec0c597de77e1ab110a9166a01b (patch) | |
tree | 5cb8cc4703068aa00a5c5c4dc7ba23e496063c2c /OpenSim/ApplicationPlugins/RemoteController | |
parent | * Renamed and encapsulated m_sceneGraph as SceneGraph for ccc (diff) | |
download | opensim-SC_OLD-42e67783b4ee9ec0c597de77e1ab110a9166a01b.zip opensim-SC_OLD-42e67783b4ee9ec0c597de77e1ab110a9166a01b.tar.gz opensim-SC_OLD-42e67783b4ee9ec0c597de77e1ab110a9166a01b.tar.bz2 opensim-SC_OLD-42e67783b4ee9ec0c597de77e1ab110a9166a01b.tar.xz |
From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com>
Re-fixing remote admin XmlRpc handler registration.
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index a0f1eea..065f1ed 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -113,7 +113,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
113 | { | 113 | { |
114 | foreach (string method in availableMethods.Keys) | 114 | foreach (string method in availableMethods.Keys) |
115 | { | 115 | { |
116 | m_httpd.AddXmlRPCHandler(method, availableMethods[method]); | 116 | m_httpd.AddXmlRPCHandler(method, availableMethods[method], false); |
117 | } | 117 | } |
118 | } | 118 | } |
119 | else | 119 | else |