* 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

@@ -53,7 +53,6 @@ namespace OpenSim.Region.ClientStack
get { return m_networkServersInfo; }
}
protected BaseHttpServer m_httpServer;
protected uint m_httpServerPort;
public CommunicationsManager CommunicationsManager