aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authorlbsa712008-08-08 11:38:21 +0000
committerlbsa712008-08-08 11:38:21 +0000
commit96fa85cd9f52823f4bfbbf7520813dc89c987398 (patch)
tree29463f01e61a704227b71f372a39f06b719d0bf7 /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parentPatch #9160 (diff)
downloadopensim-SC_OLD-96fa85cd9f52823f4bfbbf7520813dc89c987398.zip
opensim-SC_OLD-96fa85cd9f52823f4bfbbf7520813dc89c987398.tar.gz
opensim-SC_OLD-96fa85cd9f52823f4bfbbf7520813dc89c987398.tar.bz2
opensim-SC_OLD-96fa85cd9f52823f4bfbbf7520813dc89c987398.tar.xz
* Removed unused m_bAvailable
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index af3b666..7c05d2a 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -1555,7 +1555,7 @@ namespace OpenSim.Region.Communications.OGS1
1555 #endregion 1555 #endregion
1556 1556
1557 // helper to see if remote region is up 1557 // helper to see if remote region is up
1558 bool m_bAvailable = false; 1558
1559 int timeOut = 10; //10 seconds 1559 int timeOut = 10; //10 seconds
1560 1560
1561 public bool CheckRegion(string address, uint port, bool retry) 1561 public bool CheckRegion(string address, uint port, bool retry)