From 1d12274850c8b51b995361b78010fdaf55ca5f2f Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 16 Apr 2009 18:35:23 +0000 Subject: * bizarrely, two reports that that last commit broke script engine startup (!) on linux - reverting until we can investigate further. --- OpenSim/Framework/AssetConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/AssetConfig.cs') diff --git a/OpenSim/Framework/AssetConfig.cs b/OpenSim/Framework/AssetConfig.cs index 804a270..233c3d0 100644 --- a/OpenSim/Framework/AssetConfig.cs +++ b/OpenSim/Framework/AssetConfig.cs @@ -33,7 +33,7 @@ namespace OpenSim.Framework /// /// AssetConfig -- For Asset Server Configuration /// - public class AssetConfig:ConfigBase + public class AssetConfig { public const uint DefaultHttpPort = 8003; -- cgit v1.1