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/MessageServerConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/MessageServerConfig.cs') diff --git a/OpenSim/Framework/MessageServerConfig.cs b/OpenSim/Framework/MessageServerConfig.cs index 1af9b13..d2f07b9 100644 --- a/OpenSim/Framework/MessageServerConfig.cs +++ b/OpenSim/Framework/MessageServerConfig.cs @@ -32,7 +32,7 @@ namespace OpenSim.Framework /// /// Message Server Config - Configuration of the Message Server /// - public class MessageServerConfig:ConfigBase + public class MessageServerConfig { public static uint DefaultHttpPort = 8006; public static bool DefaultHttpSSL = false; -- cgit v1.1