aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SerializableRegionInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/SerializableRegionInfo.cs')
-rw-r--r--OpenSim/Framework/SerializableRegionInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/SerializableRegionInfo.cs b/OpenSim/Framework/SerializableRegionInfo.cs
index 44081b2..4965a43 100644
--- a/OpenSim/Framework/SerializableRegionInfo.cs
+++ b/OpenSim/Framework/SerializableRegionInfo.cs
@@ -40,8 +40,8 @@ namespace OpenSim.Framework
40 40
41 /// <value> 41 /// <value>
42 /// The port by which http communication occurs with the region (most noticeably, CAPS communication) 42 /// The port by which http communication occurs with the region (most noticeably, CAPS communication)
43 /// 43 ///
44 /// FIXME: Defaulting to 9000 temporarily (on the basis that this is the http port most region 44 /// FIXME: Defaulting to 9000 temporarily (on the basis that this is the http port most region
45 /// servers are running) until the revision in which this change is made propogates around grids. 45 /// servers are running) until the revision in which this change is made propogates around grids.
46 /// </value> 46 /// </value>
47 protected uint m_httpPort = 9000; 47 protected uint m_httpPort = 9000;