aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
diff options
context:
space:
mode:
authorJeff Ames2008-08-19 13:07:24 +0000
committerJeff Ames2008-08-19 13:07:24 +0000
commit5c360e7374d6d3529f7578195a86a13e3858389f (patch)
tree87ada94cf6dfeea5d79181fcc8a6241e886fd794 /OpenSim/Region/Communications/Local/LocalBackEndServices.cs
parentCorrectly convert port to int. (diff)
downloadopensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.zip
opensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.tar.gz
opensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.tar.bz2
opensim-SC_OLD-5c360e7374d6d3529f7578195a86a13e3858389f.tar.xz
Update svn properties, minor formatting cleanup.
Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/LocalBackEndServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
index c0e6722..a2e1e0c 100644
--- a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
+++ b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
@@ -102,9 +102,9 @@ namespace OpenSim.Region.Communications.Local
102 else 102 else
103 { 103 {
104 // Already in our list, so the region went dead and restarted. 104 // Already in our list, so the region went dead and restarted.
105 // don't replace the old regioninfo.. this might be a locking issue.. however we need to 105 // don't replace the old regioninfo.. this might be a locking issue.. however we need to
106 // remove it and let it add normally below or we get extremely strange and intermittant 106 // remove it and let it add normally below or we get extremely strange and intermittant
107 // connectivity errors. 107 // connectivity errors.
108 // Don't change this line below to 'm_regions[regionInfo.RegionHandle] = regionInfo' unless you 108 // Don't change this line below to 'm_regions[regionInfo.RegionHandle] = regionInfo' unless you
109 // *REALLY* know what you are doing here. 109 // *REALLY* know what you are doing here.
110 m_regions.Remove(regionInfo.RegionHandle); 110 m_regions.Remove(regionInfo.RegionHandle);