diff options
author | Justin Clark-Casey (justincc) | 2009-09-14 18:31:34 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-14 18:31:34 +0100 |
commit | a964bc3ca4d88cf9475f226eea73ae2741efd1a4 (patch) | |
tree | 64b6e4b77210cab4dc427d6a970b2c72c262eb22 /OpenSim/Region | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-a964bc3ca4d88cf9475f226eea73ae2741efd1a4.zip opensim-SC_OLD-a964bc3ca4d88cf9475f226eea73ae2741efd1a4.tar.gz opensim-SC_OLD-a964bc3ca4d88cf9475f226eea73ae2741efd1a4.tar.bz2 opensim-SC_OLD-a964bc3ca4d88cf9475f226eea73ae2741efd1a4.tar.xz |
Apply http://opensimulator.org/mantis/view.php?id=4142
Re-enable XMLRPC scripting calls
Moves XMLRPC scripting setup to a separate section
Thanks Fly-Man-
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs b/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs index 059c006..8a169f8 100644 --- a/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs | |||
@@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC | |||
110 | 110 | ||
111 | try | 111 | try |
112 | { | 112 | { |
113 | m_remoteDataPort = config.Configs["Network"].GetInt("remoteDataPort", m_remoteDataPort); | 113 | m_remoteDataPort = config.Configs["XMLRPC"].GetInt("XmlRpcPort", m_remoteDataPort); |
114 | } | 114 | } |
115 | catch (Exception) | 115 | catch (Exception) |
116 | { | 116 | { |