aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2009-09-14 10:41:41 -0700
committerDiva Canto2009-09-14 10:41:41 -0700
commitecbdb7d1f0fae41a8ea12e0102069ef47856a3a1 (patch)
tree315a46202fee5653c512c22ccf45de6ec6056b7d /OpenSim
parentOK, that didn't work. Those libs are used in OptionalModules after all. (diff)
parentApply http://opensimulator.org/mantis/view.php?id=4142 (diff)
downloadopensim-SC_OLD-ecbdb7d1f0fae41a8ea12e0102069ef47856a3a1.zip
opensim-SC_OLD-ecbdb7d1f0fae41a8ea12e0102069ef47856a3a1.tar.gz
opensim-SC_OLD-ecbdb7d1f0fae41a8ea12e0102069ef47856a3a1.tar.bz2
opensim-SC_OLD-ecbdb7d1f0fae41a8ea12e0102069ef47856a3a1.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/XMLRPC/XMLRPCModule.cs2
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 {