aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/GridConfig.cs
diff options
context:
space:
mode:
authorlbsa712009-04-16 18:35:23 +0000
committerlbsa712009-04-16 18:35:23 +0000
commit1d12274850c8b51b995361b78010fdaf55ca5f2f (patch)
treeae7765d8aa4874f888dfeb9a87abc6c767a8f960 /OpenSim/Framework/GridConfig.cs
parent* Started arduous config refactoring task with babystep introduction of commo... (diff)
downloadopensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.zip
opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.gz
opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.bz2
opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.xz
* bizarrely, two reports that that last commit broke script engine startup (!) on linux - reverting until we can investigate further.
Diffstat (limited to 'OpenSim/Framework/GridConfig.cs')
-rw-r--r--OpenSim/Framework/GridConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/GridConfig.cs b/OpenSim/Framework/GridConfig.cs
index 640eeaa..52bc3d6 100644
--- a/OpenSim/Framework/GridConfig.cs
+++ b/OpenSim/Framework/GridConfig.cs
@@ -29,7 +29,7 @@ using System;
29 29
30namespace OpenSim.Framework 30namespace OpenSim.Framework
31{ 31{
32 public class GridConfig:ConfigBase 32 public class GridConfig
33 { 33 {
34 public static uint DefaultHttpPort = 8001; 34 public static uint DefaultHttpPort = 8001;
35 35