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/ClientStack/RegionApplicationBase.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/RegionApplicationBase.cs') diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index c1c212c..c1a2dd3 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs @@ -53,7 +53,6 @@ namespace OpenSim.Region.ClientStack get { return m_networkServersInfo; } } - protected BaseHttpServer m_httpServer; protected uint m_httpServerPort; public CommunicationsManager CommunicationsManager -- cgit v1.1