rewrite for UDPSocket renewal

This commit is contained in:
SASANO Takayoshi
2020-09-06 15:52:46 +09:00
parent def0edbaca
commit 9856025923
7 changed files with 10 additions and 10 deletions

View File

@@ -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();