From 7f4bf5871d12ac050b12f1f248093e420844733d Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Fri, 3 Apr 2009 20:56:36 +0000 Subject: * Proactively fixed bug-potential concerning the fact that m_httpServer property was differently referred to between RegionApplicationBase and all other grid services. --- OpenSim/Region/Application/OpenSimBase.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimBase.cs') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 4cdb074..f24cf99 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -111,12 +111,7 @@ namespace OpenSim } protected List m_clientServers = new List(); - - public new BaseHttpServer HttpServer - { - get { return m_httpServer; } - } - + public uint HttpServerPort { get { return m_httpServerPort; } -- cgit v1.1