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:
@@ -50,7 +50,7 @@ bool CNXDNIcomNetwork::open()
|
||||
{
|
||||
LogMessage("Opening NXDN network connection");
|
||||
|
||||
if (CUDPSocket::isnone(m_address))
|
||||
if (CUDPSocket::isNone(m_address))
|
||||
return false;
|
||||
|
||||
return m_socket.open();
|
||||
|
||||
Reference in New Issue
Block a user