mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Merge branch 'ipv6' into SimpleDMR
This commit is contained in:
commit
e45f0edec4
15 changed files with 200 additions and 132 deletions
|
|
@ -102,7 +102,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);
|
||||
|
||||
bool ret = m_socket.open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue