More IPv6 changes.

This commit is contained in:
Jonathan Naylor 2020-11-04 14:17:07 +00:00
parent f7ef0bbb25
commit 6671e87173
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ bool CIcomNetwork::open()
LogMessage("Opening Icom connection");
return m_socket.open();
return m_socket.open(m_addr);
}
bool CIcomNetwork::write(const unsigned char* data, unsigned int length)