mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
rewrite for UDPSocket renewal
This commit is contained in:
parent
def0edbaca
commit
9856025923
7 changed files with 10 additions and 10 deletions
|
|
@ -128,7 +128,7 @@ bool CDMRNetwork::open()
|
|||
{
|
||||
LogMessage("DMR, Opening DMR Network");
|
||||
|
||||
if (CUDPSocket::isnone(m_address))
|
||||
if (CUDPSocket::isNone(m_address))
|
||||
CUDPSocket::lookup(m_addressStr, m_port, m_address, m_addrlen);
|
||||
|
||||
m_status = WAITING_CONNECT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue