mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
rewrite for UDPSocket renewal
This commit is contained in:
@@ -65,7 +65,7 @@ bool CDStarNetwork::open()
|
||||
{
|
||||
LogMessage("Opening D-Star network connection");
|
||||
|
||||
if (CUDPSocket::isnone(m_address))
|
||||
if (CUDPSocket::isNone(m_address))
|
||||
return false;
|
||||
|
||||
m_pollTimer.start();
|
||||
|
||||
Reference in New Issue
Block a user