mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2026-06-16 04:38:34 -04:00
Hopefully fix the display of IP addresses in the reflector.
This commit is contained in:
@@ -357,7 +357,7 @@ void CP25Reflector::dumpRepeaters() const
|
||||
char buffer[80U];
|
||||
LogMessage(" %s: %s %u/%u", (*it)->m_callsign.c_str(),
|
||||
CUDPSocket::display((*it)->m_addr, buffer, 80U),
|
||||
(*it)->m_timer.getTimeout(),
|
||||
(*it)->m_timer.getTimer(),
|
||||
(*it)->m_timer.getTimeout());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user