mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-06 23:13:48 +00:00
More IPv6 updates.
This commit is contained in:
parent
5e3e9f10b9
commit
7e2f4d3c6e
5 changed files with 70 additions and 27 deletions
|
|
@ -89,7 +89,7 @@ bool CMMDVMNetwork::open()
|
|||
{
|
||||
LogMessage("MMDVM Network, Opening");
|
||||
|
||||
return m_socket.open();
|
||||
return m_socket.open(m_rptAddress);
|
||||
}
|
||||
|
||||
bool CMMDVMNetwork::read(CDMRData& data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue