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

@@ -47,7 +47,7 @@ bool CPOCSAGNetwork::open()
{
LogMessage("Opening POCSAG network connection");
if (CUDPSocket::isnone(m_address))
if (CUDPSocket::isNone(m_address))
return false;
return m_socket.open();