* Proactively fixed bug-potential concerning the fact that m_httpServer property was differently referred to between RegionApplicationBase and all other grid services.

This commit is contained in:
lbsa71
2009-04-03 20:56:36 +00:00
parent 0c544a85dc
commit 7f4bf5871d
2 changed files with 1 additions and 7 deletions

View File

@@ -111,12 +111,7 @@ namespace OpenSim
}
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
public new BaseHttpServer HttpServer
{
get { return m_httpServer; }
}
public uint HttpServerPort
{
get { return m_httpServerPort; }