* Removed unused m_bAvailable
parent
eaff580abe
commit
96fa85cd9f
|
@ -1555,7 +1555,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
// helper to see if remote region is up
|
// helper to see if remote region is up
|
||||||
bool m_bAvailable = false;
|
|
||||||
int timeOut = 10; //10 seconds
|
int timeOut = 10; //10 seconds
|
||||||
|
|
||||||
public bool CheckRegion(string address, uint port, bool retry)
|
public bool CheckRegion(string address, uint port, bool retry)
|
||||||
|
|
Loading…
Reference in New Issue