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

@@ -107,7 +107,7 @@ bool CP25Network::open()
{
LogMessage("Opening P25 network connection");
if (CUDPSocket::isnone(m_address))
if (CUDPSocket::isNone(m_address))
return false;
return m_socket.open(m_address.ss_family);