diff options
author | Jeff Ames | 2008-08-10 00:44:33 +0000 |
---|---|---|
committer | Jeff Ames | 2008-08-10 00:44:33 +0000 |
commit | 20e8e0ebae89398a0bf37b3b30c3111b419421ab (patch) | |
tree | cb0291b915af3b031e311a23769e833fe70cb6cd /OpenSim/Region/Communications/OGS1 | |
parent | * Resolve mantis 1911 without reintroducing warnings (diff) | |
download | opensim-SC_OLD-20e8e0ebae89398a0bf37b3b30c3111b419421ab.zip opensim-SC_OLD-20e8e0ebae89398a0bf37b3b30c3111b419421ab.tar.gz opensim-SC_OLD-20e8e0ebae89398a0bf37b3b30c3111b419421ab.tar.bz2 opensim-SC_OLD-20e8e0ebae89398a0bf37b3b30c3111b419421ab.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 7c05d2a..c261961 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -1554,8 +1554,6 @@ namespace OpenSim.Region.Communications.OGS1 | |||
1554 | 1554 | ||
1555 | #endregion | 1555 | #endregion |
1556 | 1556 | ||
1557 | // helper to see if remote region is up | ||
1558 | |||
1559 | int timeOut = 10; //10 seconds | 1557 | int timeOut = 10; //10 seconds |
1560 | 1558 | ||
1561 | public bool CheckRegion(string address, uint port, bool retry) | 1559 | public bool CheckRegion(string address, uint port, bool retry) |