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/Application | |
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/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 4cdb074..f24cf99 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -111,12 +111,7 @@ namespace OpenSim | |||
111 | } | 111 | } |
112 | 112 | ||
113 | protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>(); | 113 | protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>(); |
114 | 114 | ||
115 | public new BaseHttpServer HttpServer | ||
116 | { | ||
117 | get { return m_httpServer; } | ||
118 | } | ||
119 | |||
120 | public uint HttpServerPort | 115 | public uint HttpServerPort |
121 | { | 116 | { |
122 | get { return m_httpServerPort; } | 117 | get { return m_httpServerPort; } |