mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-05 22:35:41 +00:00
Make repeaterhandler aware of cached G2 Port
This commit is contained in:
parent
9f1a1d841a
commit
ee9f3e1816
4 changed files with 12 additions and 5 deletions
|
|
@ -2025,7 +2025,7 @@ void CRepeaterHandler::g2CommandHandler(const wxString& callsign, const wxString
|
|||
m_g2Address = data->getAddress();
|
||||
m_g2Repeater = data->getRepeater();
|
||||
m_g2Gateway = data->getGateway();
|
||||
header.setDestination(m_g2Address, G2_DV_PORT);
|
||||
header.setDestination(m_g2Address, data->getG2Port());
|
||||
header.setRepeaters(m_g2Gateway, m_g2Repeater);
|
||||
m_g2Handler->writeHeader(header);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue