mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-20 15:10:16 +01:00
Make Wires-X forget about disconnected reflectors.
This commit is contained in:
parent
65c87982e7
commit
9ecbef3cea
|
|
@ -290,6 +290,8 @@ void CWiresX::processDisconnect(const unsigned char* source)
|
|||
{
|
||||
::LogDebug("Received Disconect from %10.10s", source);
|
||||
|
||||
m_reflector = NULL;
|
||||
|
||||
m_status = WXSI_DISCONNECT;
|
||||
m_timer.start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue