diff options
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-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) |