diff options
author | lbsa71 | 2009-04-03 20:56:36 +0000 |
---|---|---|
committer | lbsa71 | 2009-04-03 20:56:36 +0000 |
commit | 7f4bf5871d12ac050b12f1f248093e420844733d (patch) | |
tree | a36e5ec994ee7988d58bd07de83512599ca63c87 /OpenSim/Region/ClientStack | |
parent | * Fixes issue where of you force your avatar against a region corner, it gets... (diff) | |
download | opensim-SC_OLD-7f4bf5871d12ac050b12f1f248093e420844733d.zip opensim-SC_OLD-7f4bf5871d12ac050b12f1f248093e420844733d.tar.gz opensim-SC_OLD-7f4bf5871d12ac050b12f1f248093e420844733d.tar.bz2 opensim-SC_OLD-7f4bf5871d12ac050b12f1f248093e420844733d.tar.xz |
* Proactively fixed bug-potential concerning the fact that m_httpServer property was differently referred to between RegionApplicationBase and all other grid services.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/RegionApplicationBase.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
53 | get { return m_networkServersInfo; } | 53 | get { return m_networkServersInfo; } |
54 | } | 54 | } |
55 | 55 | ||
56 | protected BaseHttpServer m_httpServer; | ||
57 | protected uint m_httpServerPort; | 56 | protected uint m_httpServerPort; |
58 | 57 | ||
59 | public CommunicationsManager CommunicationsManager | 58 | public CommunicationsManager CommunicationsManager |