diff options
author | lbsa71 | 2008-08-08 11:38:21 +0000 |
---|---|---|
committer | lbsa71 | 2008-08-08 11:38:21 +0000 |
commit | 96fa85cd9f52823f4bfbbf7520813dc89c987398 (patch) | |
tree | 29463f01e61a704227b71f372a39f06b719d0bf7 | |
parent | Patch #9160 (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
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) |