Make Wires-X forget about disconnected reflectors.

This commit is contained in:
Jonathan Naylor 2017-03-20 15:44:25 +00:00 committed by GitHub
parent 65c87982e7
commit 9ecbef3cea

View file

@ -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();
}