aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/GridConfig.cs
diff options
context:
space:
mode:
authorlbsa712009-04-16 19:27:00 +0000
committerlbsa712009-04-16 19:27:00 +0000
commit6391b5312a48bd5a146b324879837ff6467e40da (patch)
treeb3a3ea2736d6345377cf6c604522b03115554bb2 /OpenSim/Framework/GridConfig.cs
parent* bizarrely, two reports that that last commit broke script engine startup (!... (diff)
downloadopensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.zip
opensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.tar.gz
opensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.tar.bz2
opensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.tar.xz
* Since that was seemingly an false alarm, reverting the revert.
Diffstat (limited to '')
-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 52bc3d6..640eeaa 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 32 public class GridConfig:ConfigBase
33 { 33 {
34 public static uint DefaultHttpPort = 8001; 34 public static uint DefaultHttpPort = 8001;
35 35