mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
rewrite for UDPSocket renewal
This commit is contained in:
@@ -57,7 +57,7 @@ bool CYSFNetwork::open()
|
||||
{
|
||||
LogMessage("Opening YSF network connection");
|
||||
|
||||
if (CUDPSocket::isnone(m_address))
|
||||
if (CUDPSocket::isNone(m_address))
|
||||
return false;
|
||||
|
||||
m_pollTimer.start();
|
||||
|
||||
Reference in New Issue
Block a user