mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
rewrite for UDPSocket renewal
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user