mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
rewrite for UDPSocket renewal
This commit is contained in:
parent
def0edbaca
commit
9856025923
7 changed files with 10 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue