mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-04 13:57:43 +00:00
Make Wires-X forget about disconnected reflectors.
This commit is contained in:
parent
65c87982e7
commit
9ecbef3cea
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue