aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneManager.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-04-21 13:16:00 +0000
committerAdam Frisby2008-04-21 13:16:00 +0000
commit0d27832d444bb68177b8b99698bbcf4ffb58717f (patch)
treebdf405352e0077508bb79ea4b13e83c4ccbcc990 /OpenSim/Region/Environment/Scenes/SceneManager.cs
parentFrom: Dr Scofield <hud@zurich.ibm.com> (diff)
downloadopensim-SC_OLD-0d27832d444bb68177b8b99698bbcf4ffb58717f.zip
opensim-SC_OLD-0d27832d444bb68177b8b99698bbcf4ffb58717f.tar.gz
opensim-SC_OLD-0d27832d444bb68177b8b99698bbcf4ffb58717f.tar.bz2
opensim-SC_OLD-0d27832d444bb68177b8b99698bbcf4ffb58717f.tar.xz
* Various compiler warning cleanups.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneManager.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneManager.cs b/OpenSim/Region/Environment/Scenes/SceneManager.cs
index 40e313a..2dfea2a 100644
--- a/OpenSim/Region/Environment/Scenes/SceneManager.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneManager.cs
@@ -313,7 +313,7 @@ namespace OpenSim.Region.Environment.Scenes
313 { 313 {
314 foreach (Scene mscene in m_localScenes) 314 foreach (Scene mscene in m_localScenes)
315 { 315 {
316 if((mscene.RegionInfo.InternalEndPoint.Address.Equals(ipEndPoint.Address.Address)) && 316 if((mscene.RegionInfo.InternalEndPoint.Equals(ipEndPoint.Address)) &&
317 (mscene.RegionInfo.InternalEndPoint.Port == ipEndPoint.Port)) 317 (mscene.RegionInfo.InternalEndPoint.Port == ipEndPoint.Port))
318 { 318 {
319 scene = mscene; 319 scene = mscene;