* Removed unused m_bAvailable

0.6.0-stable
lbsa71 2008-08-08 11:38:21 +00:00
parent eaff580abe
commit 96fa85cd9f
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ namespace OpenSim.Region.Communications.OGS1
#endregion
// helper to see if remote region is up
bool m_bAvailable = false;
int timeOut = 10; //10 seconds
public bool CheckRegion(string address, uint port, bool retry)