* 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
|
@ -112,11 +112,6 @@ namespace OpenSim
|
||||||
|
|
||||||
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
|
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
|
||||||
|
|
||||||
public new BaseHttpServer HttpServer
|
|
||||||
{
|
|
||||||
get { return m_httpServer; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public uint HttpServerPort
|
public uint HttpServerPort
|
||||||
{
|
{
|
||||||
get { return m_httpServerPort; }
|
get { return m_httpServerPort; }
|
||||||
|
|
|
@ -53,7 +53,6 @@ namespace OpenSim.Region.ClientStack
|
||||||
get { return m_networkServersInfo; }
|
get { return m_networkServersInfo; }
|
||||||
}
|
}
|
||||||
|
|
||||||
protected BaseHttpServer m_httpServer;
|
|
||||||
protected uint m_httpServerPort;
|
protected uint m_httpServerPort;
|
||||||
|
|
||||||
public CommunicationsManager CommunicationsManager
|
public CommunicationsManager CommunicationsManager
|
||||||
|
|
Loading…
Reference in New Issue