mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
work around some warnings
This commit is contained in:
@@ -179,6 +179,11 @@ namespace OpenMetaverse
|
||||
// m_dropRandomGenerator = new Random();
|
||||
}
|
||||
|
||||
~OpenSimUDPBase()
|
||||
{
|
||||
if(m_udpSocket !=null)
|
||||
try { m_udpSocket.Close(); } catch { }
|
||||
}
|
||||
/// <summary>
|
||||
/// Start inbound UDP packet handling.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user