mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 13:35:40 +08:00
More IPv6 updates.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user