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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user