* Proactively fixed bug-potential concerning the fact that m_httpServer property was differently referred to between RegionApplicationBase and all other grid services.
parent
0c544a85dc
commit
7f4bf5871d
|
@ -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; }
|
||||
|
|
|
@ -53,7 +53,6 @@ namespace OpenSim.Region.ClientStack
|
|||
get { return m_networkServersInfo; }
|
||||
}
|
||||
|
||||
protected BaseHttpServer m_httpServer;
|
||||
protected uint m_httpServerPort;
|
||||
|
||||
public CommunicationsManager CommunicationsManager
|
||||
|
|
Loading…
Reference in New Issue