diff options
* bizarrely, two reports that that last commit broke script engine startup (!) on linux - reverting until we can investigate further.
Diffstat (limited to 'OpenSim/Framework/MessageServerConfig.cs')
-rw-r--r-- | OpenSim/Framework/MessageServerConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
32 | /// <summary> | 32 | /// <summary> |
33 | /// Message Server Config - Configuration of the Message Server | 33 | /// Message Server Config - Configuration of the Message Server |
34 | /// </summary> | 34 | /// </summary> |
35 | public class MessageServerConfig:ConfigBase | 35 | public class MessageServerConfig |
36 | { | 36 | { |
37 | public static uint DefaultHttpPort = 8006; | 37 | public static uint DefaultHttpPort = 8006; |
38 | public static bool DefaultHttpSSL = false; | 38 | public static bool DefaultHttpSSL = false; |